Skip to content

Commit

Permalink
feat(toc): add keybinding for opening links with external apps
Browse files Browse the repository at this point in the history
  • Loading branch information
champignoom committed Dec 14, 2023
1 parent ee2e341 commit 084df49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/neorg/modules/core/keybinds/keybinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ module.config.public = {
opts = { desc = "Jump to Link (new tab)" },
},

-- Same as `<CR>`, except opens the destination with external applications
{
leader .. "ge",
"core.esupports.hop.hop-link",
"external",
opts = { desc = "Jump to Link (external)" },
},

-- Same as `<CR>`, except opens the destination in a vertical split
{
"<M-CR>",
Expand Down

0 comments on commit 084df49

Please sign in to comment.