-
Notifications
You must be signed in to change notification settings - Fork 57
Direct bindings should override prefixes? #49
Comments
I ended up creating an
|
I implemented an alternative cursor movement using I'm not sure if this belongs here or in a separate issue. |
@stmichael, I am actually using your package and noticed this as well. I found this issue on my quest for a possible solution, haha. It would be neat if there was the ability to "unset all" partials, for example
|
Even unset all the "ctrl-k *" key bindings, ctrl-k still wait for the next input, can't response immediately.
|
There are a bunch of "ctrl-k .." bindings on Windows and Linux, but I want to bind ctrl-k to a delete-to-eol type of command (like bash or emacs). I would expect this binding to disable any prefixes. Otherwise I would have to track down every combination and set to them "unset!" or something.
The text was updated successfully, but these errors were encountered: