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 RenovZ opened this issue 3 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?

RenovZ avatar Aug 01 '22 10:08 RenovZ

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

RenovZ avatar Aug 01 '22 15:08 RenovZ

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

RenovZ avatar Aug 01 '22 16:08 RenovZ