Skip to content

Instantly share code, notes, and snippets.

@qqpann
Created February 14, 2019 04:58
Show Gist options
  • Save qqpann/41aea6df37f112d5d245f651608e8bd7 to your computer and use it in GitHub Desktop.
Save qqpann/41aea6df37f112d5d245f651608e8bd7 to your computer and use it in GitHub Desktop.
[Vim Cheat Sheet] vim cheat sheet #vim

Go Uppercase in current word

gUiw

~ will reverse the case of the selected characters it takes a count e.g. 5~ will reverse the case of 5 characters. g~w to change case of a whole word.

~
5~
g~w

:set will show you all options that have been changed from their default.

:set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment