Skip to content

Commit

Permalink
fix(esupports.hop): Use different mapping for tab drop
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh08 committed Nov 14, 2024
1 parent 7dccc98 commit 6278455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/keybinds/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ module.private = {
-- Same as `<CR>`, except open the destination in a new tab
-- If destination is already open in an existing tab, just navigate to it
{
"<C-t>",
"<M-t>",
"<Plug>(neorg.esupports.hop.hop-link.tab-drop)",
opts = { desc = "[neorg] Jump to Link (Tab Drop)" },
},
Expand Down

0 comments on commit 6278455

Please sign in to comment.