Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 2.88 KB

File metadata and controls

31 lines (30 loc) · 2.88 KB

Vim mnemonics

commandmnemonicnotes
aappend
bbeginningof current or previous word
cchange
ddelete
eendof current word
ffindnext given character on current line
ggoused as “leader” for many commands
g&global substitute:help g&
hleftonly makes sense on the keyboard used by vi’s author, same for jkl
iinsert mode
jdown
kup
lright
mmark
nnextoccurrence of last search
oopennew line below current line
pputpaste
qquoterecord a macro in given register
rreplace
ssubstitute
ttowardnext given character on current line
uundo
vvisual mode
wwordor next word
xx-outdelete a single character
yyank
zfoldThe letter z resembles a folded sheet of paper.