Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
vim
/
Save and quit
Save and quit
vim
Write file and quit vim
:wq
⎘ copy
#vim
#linux
more vim
all 10 commands →
Quit without saving
:q!
Global search and replace
:%s/old/new/gc
Open file at line number
vim +42 file.txt
Search forward / backward
/pattern (n/N next/prev) ?pattern (backward)
Delete lines matching pattern
:g/^#/d