[example]: Lorem Ipsum Dolor Sit Amet -> LOREM IPSUM DOLOR SIT AMET
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.Major Normal Mode
-> x
.~
to sawp the case.[example]: Lorem Ipsum Dolor Sit Amet -> lorem-ipsum-dolor-sit-amet
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.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.