Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@souparno
Created June 16, 2014 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souparno/f78116ea0360c423d194 to your computer and use it in GitHub Desktop.
Save souparno/f78116ea0360c423d194 to your computer and use it in GitHub Desktop.
Toggling between nerdtree and edit
You can focus on a split window using # ctrl-ww.
for example, pressing:
1 ctrl-ww
would focus on the first window, usually being NERDTree.
@souparno
Copy link
Author

let NERDTreeShowHidden=1

@souparno
Copy link
Author

Cut and paste:

Position the cursor where you want to begin cutting.
Press v (or upper case V if you want to cut whole lines).
Move the cursor to the end of what you want to cut.
Press d to cut or y to copy.
Move to where you would like to paste.
Press P to paste before the cursor, or p to paste after. 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment