Comment on The cleanest vimrc you'll ever seeparentComments−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'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.