Open link in :vsplit?
#334
Answered
by
mrossinek
AndOrangutan
asked this question in
Q&A
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
mrossinek
Jan 25, 2022
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There is a default keybinding set to do exactly that. The default is local neorg_callbacks = require('neorg.callbacks')
neorg_callbacks.on_event("core.keybinds.events.enable_keybinds", function(_, keybinds)
keybinds.map_event_to_mode("norg", {
n = {
{ "<M-CR>", "core.norg.esupports.hop.hop-link", "vsplit" },
},
}, { silent = true, noremap = true }) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
AndOrangutan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a default keybinding set to do exactly that. The default is
<M-CR>.If you have disabled the default keybindings you can specify it like so (warning this will change with #308):