Y
Hacker News
new
|
ask
|
show
|
jobs
by
weaksauce
5260 days ago
well nnoremap ; : is a good way to do that and keep space open for other things unless you use ; for something more useful.
1 comments
r00k
5260 days ago
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.
link
weaksauce
5260 days ago
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.
link
If you do map something on top of it, consider moving it elsewhere.