Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change case of selected characters in vi' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change case of selected characters in vi
Authored by: BobHarris on Jun 01, '04 05:55:55PM

Shift/Page up is <Escape>[5~ and Shift/Page down is <escape>[6~

The important thing is that it contains a tilda ~ and a ~ is the vi change case character.

And since vi on Mac OS X 10.3 is actually Vim, you can use the v, V, or Control/V characters to start a select range, move the cursor to a the end of the select range, then press ~ and change all the charcters in the select range.

Vim is powerful stuff.

Bob Harris



[ Reply to This | # ]