Operation | Explination | Operation | Explination |
---|---|---|---|
i | insert | a | append |
I | insert at line start | A | append at line end |
o | insert next line | O | insert last line |
x | delete char after cursor | dd | delete(cut) line |
p | paste | ||
c | delete and write | cw | delete a word and write(begin) |
ciw | delete in a word and write | ||
f | find a char | / | search |
w | next word(begin) | e | next word(end) |
b | back word(begin) | ge | back word(end) |
0 | line begin | $ | line end |
to be continued…