iyidgnaw
5/12/2018 - 1:43 AM

vim.md

G move to the end of the file

gg move to the beginning of the file

0 move to the beginning of the line

$ move to the end of the line

dd delete line

dw delete a word

yy copy current line

p paste buff after current line

P paste buff before current line

u undo

c-r redo the last undo

/search_text search the text going forward (Press enter for all the results highlighted.)

:vsp split the window vertically

:Ex go to the folder view

:b go back to the buffer file before

, is leader

, e open NerdTree

,cc comment out

,cu re-enable.

,gs

,gl,

,gd