Compound command | Equivalent in longhand | Effect |
---|---|---|
C | c$ | clear to the end of the line |
s | cl | clear to right |
S | ^C | clear to the start of the line |
I | ^i | insert from the start of the line |
A | $a | insert after the end of the line |
o | A<CR> | insert to the new line below |
O | ko | insert to the new line above |
Sunday, 24 February 2013
Vim cheat sheet
Compound command
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment