Re: Search/Replace switches and caps-lock commands
I had to copy/paste into vim in order to accomplish this because the command doesn't work in viemu.
s/"\(.*\)"/"\U\1"/
In order to convert lower case into all upper case. \u \U \l \L didn't work. Just wondering if you are going to be adding in the various flags/switches in for the search/replace regex stuff. This is stuff that I'd like to see. Perhaps even if it could be extended beyond vim capabilities There are times when I've had to do things in steps because vim isn't capable of doing the odd processing i wanted.
Second comment is that in vi/vim/gvim if you have caps-lock, hitting a key would be as if you're inputting Shift+Key. While I doubt many if any have noticed, but it's just a behavioral difference. I personally had made it a habit of quickly doing caps+r+caps in order to do REPLACE instead of replace. No biggie.