This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vi_vim [2025/05/19 00:18] – ken | vi_vim [2026/01/16 03:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Adding a character to the end of every line, using vim ===== | ||
| + | |||
| + | < | ||
| + | :%norm A* | ||
| + | </ | ||
| + | // | ||
| + | This is what it means: | ||
| + | // | ||
| + | < | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | // | ||
| + | |||
| ===== vi Complete Key Binding List ===== | ===== vi Complete Key Binding List ===== | ||
| This is not intended as a tutorial. It is a reference on what every vi key binding does, followed by some useful vi tricks and tips. An expert will probably know most of these already, but an intermediate vi user will find valuable information, | This is not intended as a tutorial. It is a reference on what every vi key binding does, followed by some useful vi tricks and tips. An expert will probably know most of these already, but an intermediate vi user will find valuable information, | ||
| - | complete key binding reference | + | ==== complete key binding reference |
| Key Action Followed by\\ | Key Action Followed by\\ | ||
| - | a enter insertion mode after current character text, | + | | a | enter insertion mode after current character | |
| + | **a** enter insertion mode after current character text, | ||
| b back word\\ | b back word\\ | ||
| c change command cursor motion command\\ | c change command cursor motion command\\ | ||