Skip to content

Instantly share code, notes, and snippets.

@amowu
Last active December 11, 2015 01:38
Show Gist options
  • Save amowu/4524699 to your computer and use it in GitHub Desktop.
Save amowu/4524699 to your computer and use it in GitHub Desktop.
  • To toggle the vertical NERDTree window on and off, use :NERDTreeToggle
  • To open a tab and move into it use j or k to navigate the file you want to open, then hit t from the NERDTree window
  • To open a tab but stay in the current tab, use j or k to navigate the file you want to open, then hit T from the NERDTree Window
  • To move a file in the NERDTree window, use m
  • To add a file in the NERDTree window, use a
  • To navigate to the next tab, use gt
  • To navigate to the previous tab, use gT
  • All window commands start with ctrl w
  • To move back to the NERDTree window from another split window in the current tab, use ctrl ww or ctrl wh
  • To move between windows in general, ctrl wh takes you left, ctrl wl takes you right, ctrl wj takes you down and ctrl wk takes you up.
  • To quit a window use ctrl wq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment