lf
lf copied to clipboard
Could not bind dual or more keys with the default single key prefix
Thanks for this nice tool. But I have a problem. Below is my situation:
f
is bind to the find command by default.
But, I want to bind fd
, fg
for something else.
Did u guys have any other solutions?
You need to unbind f
, or in other words map it to the empty command:
map f
@lahwaacz But I still want the single f
key
@lahwaacz But I still want the single
f
key
That does not make sense. What do you expect to happen when you press f
? Should it execute the command mapped to f
or should it wait for more keypresses? You can't have both.
I want to wait for some time until timeout, then execute f
.