Example: Lorem Ipsum Dolor Sit Amet -> lorem-ipsum-dolor-sit-amet
keystrokes: xs[A-Z]<enter>~
Major Normal Mode
-> x
.s
to enter Minor Select Mode
.[A-Z]
in the command line to regex search for all capital letters.Enter
key to confirm the selction.~
to sawp the case.keystrokes: xs<space><enter>r-
Major Normal Mode
-> x
.s
to enter Minor Select Mode
.
(space) in the command line to regex search for all spaces.Enter
key to confirm the selction.r
then -
to replace the character.