Guest User

Untitled

a guest
Jun 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. :NERDTree, :NERDTreeClose, and :NERDTreeToggle
  2. map <F2> :NERDTreeToggle<CR> # maps :NERDTreeToggle to <F2> within .vimrc
  3.  
  4. All other keyboard shortcuts can be found by pressing ?. It will open a special help screen with the shortcut listings. Press ? again to get back to file tree.
  5.  
  6. * Use <C>+w to switch context between file and nerdtree
  7. * Use the natural vim navigation keys hjkl to navigate the files.
  8. * Press o to open the file in a new buffer or open/close directory.
  9. * Press t to open the file in a new tab.
  10. * Press i to open the file in a new horizontal split.
  11. * Press s to open the file in a new vertical split.
  12. * Press p to go to parent directory.
  13. * Press r to refresh the current directory.
Add Comment
Please, Sign In to add comment