Key bindings
Custom key bindings like fzf
fzf --bind=ctrl-j:accept,ctrl-k:kill-line
Also bash/zsh keybinds for movement (ctrl-b, ctrl-f, alt-b, alt-f, ctrl-a, ctrl-e)
Also a custom key bind to abort please. ^C is a bit hassle.
Oh please give me esc as abort, pleeease
ESC is somewhat difficult to handle because other keys like Up are encoded as ESC plus some other characters (a.k.a. "escape sequences").
(I personally prefer backspace on empty input as a way to quit)
I haven't checked what fzf is doing but maybe @junegunn can give his opinion on handling ESC
As i I have seen other's suggestions added, I wanted to ask if it is somehow possible to add an option that changes tab behavior, binding tab and shift+tab to select next and previous items respectively, which is much more intuitive to me. I understand that last activity on this issue happened 6 years ago, just trying my luck. :cowboy_hat_face: