-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow modification of menu keybindings #923
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two more things:
- adjust the
j/k
text in https://github.com/scrooloose/nerdtree/blob/master/lib/nerdtree/menu_controller.vim#L52 - Document the new variables in https://github.com/scrooloose/nerdtree/blob/master/doc/NERDTree.txt.
Reasonable. Will add the changes later today. |
3f8c22e
to
ff56a9f
Compare
Incorporated your suggestions. Although, I didn't update the |
That text needs to change. The default is echo "NERDTree Menu. Use " . g:NERDTreeMenuDown . "/" . g:NERDTreeMenuUp . "/enter and the shortcuts indicated" |
Ahh, I didn't think of that. Makes sense. |
Fixed. |
Excellent! Thanks for the contribution, @Leandros. |
Thank you for NERDTree! |
My keyboard layout has different keys on 'j' & 'k'. This allows changing the defaults.