This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vi_vim [2025/05/21 00:05] – ken | vi_vim [2026/07/07 23:13] (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 ===== | ||
| Line 4: | Line 19: | ||
| ==== complete key binding reference ==== | ==== complete key binding reference ==== | ||
| Key Action Followed by\\ | Key Action Followed by\\ | ||
| + | | a | enter insertion mode after current character | | ||
| **a** enter insertion mode after current character text, | **a** enter insertion mode after current character text, | ||
| b back word\\ | b back word\\ | ||