This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:vim_cheat_sheet [2026/06/12 01:31] 101.47.25.44 old revision restored (2026/06/05 00:04) |
notes:vim_cheat_sheet [2026/06/15 19:56] (current) 202.91.40.230 old revision restored (2026/06/07 23:52) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| * **%** jump to matching brace | * **%** jump to matching brace | ||
| * **gg/G** - goto start or end of buffer | * **gg/G** - goto start or end of buffer | ||
| - | * **0 ^ $** - goto start, first non-blank, | + | * **0 $** - goto start or end of line |
| * **nG** - goto line n | * **nG** - goto line n | ||
| * **+/-** - goto next/ | * **+/-** - goto next/ | ||
| Line 53: | Line 53: | ||
| * **" | * **" | ||
| * **"* "+** - Use system clipboard as register | * **"* "+** - Use system clipboard as register | ||
| - | - **v V ctrl-V** - enter select mode (character, line or block) | ||
| ===== Searching & Bookmarks===== | ===== Searching & Bookmarks===== | ||
| Line 72: | Line 71: | ||
| * **@@** - play last played macro | * **@@** - play last played macro | ||
| - | * **> <[n]X** - indent / unindent | + | * **> <[]nX** - indent / unindent |
| * **i a** - after d/ | * **i a** - after d/ | ||
| | | ||