Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
vim
/
Quit without saving
Quit without saving
vim
Force quit discarding all changes
:q!
⎘ copy
#vim
#linux
more vim
all 10 commands →
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
Re-indent whole file
gg=G