fzy icon indicating copy to clipboard operation
fzy copied to clipboard

Key bindings

Open dtcyganok opened this issue 8 years ago • 5 comments

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)

dtcyganok avatar Dec 06 '17 17:12 dtcyganok

Also a custom key bind to abort please. ^C is a bit hassle.

noscript avatar Dec 29 '17 16:12 noscript

Oh please give me esc as abort, pleeease

shmup avatar Mar 24 '18 23:03 shmup

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)

neuschaefer avatar Mar 25 '18 00:03 neuschaefer

I haven't checked what fzf is doing but maybe @junegunn can give his opinion on handling ESC

shmup avatar Mar 25 '18 03:03 shmup

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:

on8t avatar Mar 11 '24 05:03 on8t