User Tools

Site Tools


vim

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vim [2012/10/03 13:17] javapimpvim [2023/08/18 18:15] (current) – external edit 127.0.0.1
Line 94: Line 94:
   * Reload the current file: '':edit'' (without specifying a file name)   * Reload the current file: '':edit'' (without specifying a file name)
   * Reload the current file after it's been modified: '':edit!''   * Reload the current file after it's been modified: '':edit!''
 +
 +====== Change Case ======
 +
 +  * Change word to lowercase: ''guw''
 +  * Change word to uppercase: ''gUw''
 +  * Toggle word case (aBBa -> AbbA): ''g~w''
 +
 +
  
  
vim.1349270250.txt.gz · Last modified: 2023/08/18 18:15 (external edit)