This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
notes:vim_cheat_sheet [2026/06/05 07:42] 114.119.135.121 old revision restored (2008/06/05 02:11) |
notes:vim_cheat_sheet [2026/06/07 13:40] (current) 150.5.132.41 old revision restored (2026/05/31 08:46) |
||
|---|---|---|---|
| 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===== | ||