Command | Description |
---|---|
dd | Delete current line |
a | append text after cursor |
A | append text at end of current line |
i | insert text before cursor |
I | insert text before first non-blank character on current line |
o | open new line after current line |
O | open new line before current line |
No comments:
Post a Comment