4. Advanced combinations:
- `ciwnew<ESC>`{normal} - Change current word to "new"
- - `yss"<ESC>`{normal} - Wrap entire line in quotes (vim-surround plugin style)
+ - `ciw"<CTRL>-"<ESC>`{normal} - (Note: This is Ctrl-Minus): wrap current word in quotes
- `gUit`{normal} - Uppercase inner HTML tag content
- `va"p`{normal} - Select quoted text and paste over it
- `"+`{normal}/`"*`{normal} - System clipboard (OS dependent)
- `"_`{normal} - Blackhole (discard deleted/yanked text)
- `"=`{normal} - Expression register
+ - `"-`{normal} - Small delete register
# CONCLUSION
4. Advanced combinations:
- ciwnew<ESC> - Change current word to "new"
- - yss"<ESC> - Wrap entire line in quotes (vim-surround plugin style)
+ - ciw"<Ctrl>-"<ESC> - (Note: This is Ctrl-Minus): wrap current word in quotes
- gUit - Uppercase inner HTML tag content
- va"p - Select quoted text and paste over it
- "+/"* - System clipboard (OS dependent)
- "_ - Blackhole (discard deleted/yanked text)
- "= - Expression register
+ - "- - Small delete register
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~