In vim, I know we can use ~ to use a single char (as mentioned in this question ), but is there a way to capitalize the first letter of each word in a selection with vim?
For example, if I want to change
hello world from stackoverflow
to
hello world from stackoverflow
How do I do this in vim?
vim regex capitalize replace find
keelar Jul 03 '13 at 5:53 on 2013-07-03 05:53
source share