Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 338 Bytes

vim.md

File metadata and controls

15 lines (13 loc) · 338 Bytes

VIM

command description
vimtutor vim tutorial
esc :wq saves and exits vim
shift :w enter save
:q enter quit
shift z z saves and exits vim
i enter text mode
esc enter command mode
d delete
e move to end of the next word
w move to beginning of next word