lf icon indicating copy to clipboard operation
lf copied to clipboard

Could not bind dual or more keys with the default single key prefix

Open cgxxv opened this issue 2 years ago • 4 comments

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?

cgxxv avatar Aug 01 '22 10:08 cgxxv

You need to unbind f, or in other words map it to the empty command:

map f

lahwaacz avatar Aug 01 '22 14:08 lahwaacz

@lahwaacz But I still want the single f key

cgxxv avatar Aug 01 '22 15:08 cgxxv

@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.

lahwaacz avatar Aug 01 '22 16:08 lahwaacz

I want to wait for some time until timeout, then execute f.

cgxxv avatar Aug 01 '22 16:08 cgxxv