Skip to content
Discussion options

You must be logged in to vote

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):

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 })

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@esquires
Comment options

@mrossinek
Comment options

@esquires
Comment options

@AndOrangutan
Comment options

Answer selected by AndOrangutan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants