Skip to content

Moving items up and down #372

Answered by mrossinek
Fymyte asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not 100% certain I'm understanding everything but let me try to answer.

I assume you mean you have non-Neorg related keybinding mapped to Alt+j which does not work within Neorg.
Within Neorg it instead raises the error above. Is that correct?

If so, then this is likely because the default keybinds include a map to this keybinding, here:

{ "<M-j>", "core.norg.manoeuvre.item_down" },

As I see things there are two things:

  1. You can disable the default Neorg keybind. See https://github.com/nvim-neorg/neorg/wiki/User-Keybinds#setting-up-a-keybind-hook and use the unmap function
  2. Neorg should respect exist…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mrossinek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants