Comment on The cleanest vimrc you'll ever seeparentComments−cpeterso14yI remapped space to colon (so I can enter commands without shifting for colon). :)−weaksauce14ywell nnoremap ; : is a good way to do that and keep space open for other things unless you use ; for something more useful.−r00k14yI'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.−weaksauce14yThat'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.
Comments
I remapped space to colon (so I can enter commands without shifting for colon). :)
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.