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:06] – 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 ===== | ||