Replies: 2 comments 1 reply
-
How does this work with NERDTree in Vim? Looking at the docs, I don't see any special NERDTree mappings for up/down, so I assume it's just an existing mapping for Normal mode for |
Beta Was this translation helpful? Give feedback.
1 reply
-
I found this in the NERDTree doc https://github.com/preservim/nerdtree/blob/9b465acb2745beb988eff3c1e4aa75f349738230/doc/NERDTree.txt#L652 therefore the use of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
While trying to remap some keys in NERDTree I stumbled upon this ticket stating there’s no way to remap
Tree-selectNext
&Tree-selectPrevious
actions without forking this project.I decided to clone the project and saw that in the
registerCommands()
function you don’t assign a vim variable to those actions.I tried to change
to
and I can now change those keys in my
.ideavimrc
.Would you be interested in a PR for this modification? Or is there a reason I did not see to not make this mapping customizable?
Beta Was this translation helpful? Give feedback.
All reactions