Vim in Production
March 29, 2019
Cut, copy and paste
You need to be in Visual mode esc then v
Vto select entire lined(aka delete) to cut it,y(aka yank) to copy itpto paste (after cursor)Pto paste before cursor
Switch between windows
e.g. you need to move between the NERDTree and Vim edit windows..
ctrl + ww to toggle between windows
ctrl + w then l to go to left window
ctrl + w then h to go to right window