fifc icon indicating copy to clipboard operation
fifc copied to clipboard

Change default <Tab> behavior to be more in line with fzf-tab

Open nadir-ishiguro opened this issue 1 year ago • 1 comments

Thank you for your wonderful plugin.

I'm a long time user of fzf-tab and got it deeply ingrained to keep on hitting tab to move down the list of results.

fifc's behavior of selecting them instead is something I find very difficult to get used to.

I'd love an option to change this.

nadir-ishiguro avatar Jun 23 '24 17:06 nadir-ishiguro

Im currently using this to fix the behaviour:

set FZF_DEFAULT_OPTS_FILE -Ux --bind=ctrl-i:down,btab:up,ctrl-space:toggle

egirlcatnip avatar Oct 18 '24 16:10 egirlcatnip

set FZF_DEFAULT_OPTS_FILE -Ux --bind=ctrl-i:down,btab:up,ctrl-space:toggle Where this line of configuration should be written, I wrote in ~/.config/fish/config.fish invalid

jswysnemc avatar Jul 24 '25 05:07 jswysnemc

@jswysnemc You could just set this variable in your ~/.config/fish/config.fish file like this:

set -x FZF_DEFAULT_OPTS "--bind=tab:down,shift-tab:up,ctrl-space:toggle"

devadathanmb avatar Oct 12 '25 12:10 devadathanmb