Last active
July 16, 2024 01:54
-
-
Save adamdb/6392140 to your computer and use it in GitHub Desktop.
A list of useful NERDTree commands.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use the natural Vim navigation keys hjkl to navigate the files. | |
Press o to open the file in a new buffer or open/close directory. | |
Press t to open the file in a new tab. | |
Press i to open the file in a new horizontal split. | |
Press s to open the file in a new vertical split. | |
Press p to go to parent directory. | |
Press r to refresh the current directory. | |
Press m to launch NERDTree menu inside Vim. |
Thanks for this!
very useful
u up a dir
Thanks...
I've created a Memrise course to master most useful ones (about 40 shortcuts).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very good, tanks