Last updated on 2005-02-10 at 22:03 GMT
This page contains useful tips for using vim, largely taken from the vim mailing list.
viwU
v: visual
iw: inner word
U: convert to upper case
see also
u: convert to lower case
~: flip case
(Thanks to Johannes Zellner)
Use <CTRL-R>" - ^R pastes from the named buffer, in this case the default cut buffer. Note that this only works in insert and command mode, in normal mode ^R does 'redo' (the opposite of 'undo').
(Thanks to Johannes Zellner)
If you have comments or want to contact me, my preferred email address for Internet mail is swdev@keristor.com - note that it is filtered and spam and UCE will be reported.