User Tools

Site Tools


vimshortcut

Differences

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

Link to this comparison view

vimshortcut [2024/02/16 11:46] – created karciovimshortcut [2025/02/12 18:43] (current) karcio
Line 116: Line 116:
   - Select all the lines you want to uncomment using the **up** and **down** arrow keys or the letters **k** and **j**.   - Select all the lines you want to uncomment using the **up** and **down** arrow keys or the letters **k** and **j**.
   - Once your lines are selected, press the **X** key to remove the comments.   - Once your lines are selected, press the **X** key to remove the comments.
 +
 +
 +<code>
 +
 +~    : Changes the case of current character
 +
 +guu  : Change current line from upper to lower.
 +
 +gUU  : Change current LINE from lower to upper.
 +
 +guw  : Change to end of current WORD from upper to lower.
 +
 +guaw : Change all of current WORD to lower.
 +
 +gUw  : Change to end of current WORD from lower to upper.
 +
 +gUaw : Change all of current WORD to upper.
 +
 +g~~  : Invert case to entire line
 +
 +g~w  : Invert case to current WORD
 +
 +guG  : Change to lowercase until the end of document.
 +
 +gU)  : Change until end of sentence to upper case
 +
 +gu}  : Change to end of paragraph to lower case
 +
 +gU5j : Change 5 lines below to upper case
 +
 +gu3k : Change 3 lines above to lower case
 +
 +</code>
 +
  
  
  
vimshortcut.1708083984.txt.gz · Last modified: 2024/02/16 11:46 by karcio