Site Tools


notes:vim_cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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, end of line+  * **0 $** - goto start or end of line
   * **nG** - goto line n   * **nG** - goto line n
   * **+/-** - goto next/previous line   * **+/-** - goto next/previous line
Line 53: Line 53:
   * **"[A-Z]** - used before delete/yank to append to previous contents of register   * **"[A-Z]** - used before delete/yank to append to previous contents of register
   * **"* "+** - 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/c/y/</> inner block or inner block including delimiters. e.g. di( deletes current bracketed block   * **i a** - after d/c/y/</> inner block or inner block including delimiters. e.g. di( deletes current bracketed block
      
notes/vim_cheat_sheet.1781253117.txt.gz ยท Last modified: 2026/06/12 01:31 by 101.47.25.44