Usage
# Toggle case
g~
# Uppercase
gU
# lowercase
gu
Example
# lowercase current word
guiw
# toggle all characters to end of line
g~$
# toggle current line (same as V~)
g~~
guu
gUU
'tools > vim' 카테고리의 다른 글
Vim : ctrlp.vim open with split buffer (and other ctrlp command) (0) | 2018.05.17 |
---|---|
Vim : using fzf in vim - fzf.vim (0) | 2018.05.16 |
Vim tab usage (0) | 2018.02.24 |
Install papercolor in vim (0) | 2018.02.23 |
Install and using vim plug (0) | 2018.02.22 |