- Entering command mode frequently, makes Shift-; a lot of work
- Remembering ;/, pair for forward/backward through f/t searches is less intuitive than n/N pair for forward backward through / searches
- Swap
,
and:
in normal and visual mode solves both problems- Command mode quick to enter with single
,
press ;
/:
pair matchesn
/N
pair when navigating throughf
andt
results
- Command mode quick to enter with single
- In
init.lua
:
- Reddit comment where I got this idea | pandubear