Skip to content

Remapping cursor movement keys #1364

Answered by pysan3
johnstegeman asked this question in Q&A
Discussion options

You must be logged in to vote

I bet you already have nnoremap e j in your config.

If you ["e"] = "noop", in neo-tree config, the global mapping will be applied (or to be precise, neo-tree does nothing) and you should be good to go.

Note that for some keys, they are only assigned source-specific keybinds (like f in filesystem to do fuzzy search), so if that's the case, you'll need to "noop" on each source configs (config.filesystem.window.mappings) as well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@johnstegeman
Comment options

Answer selected by johnstegeman
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