Hacker News new | ask | show | jobs
by cpeterso 5259 days ago
I remapped space to colon (so I can enter commands without shifting for colon). :)
1 comments

well nnoremap ; : is a good way to do that and keep space open for other things unless you use ; for something more useful.
I'd recommend not mapping over ; It's very useful. It repeats your last f or F command. I probably use it a dozen times a day.

If you do map something on top of it, consider moving it elsewhere.

That's actually quite useful... I was working off a modified vimrc that had this remap on it and got used to it. Maybe leader f to redo? Though I haven't checked if that is taken by something else. Thanks for the tip.