basic
Sat Jan 02 2021 18:25:11 GMT+0000 (UTC)
Saved by
@goranbloncar
#terminal,commandline
:q quit
:w write
:set number put numbers
i insert mode
esc command mode
dd command mode delete line
3dd delete 3 lines
u undo last action
ctrl r redo
/ search first match and enter
n next
N search backwards
i insert mode
:%s/text/textreplace/g g-for all c-with permission search and replace in command mode
content_copyCOPY
Comments