fifc
fifc copied to clipboard
Change default <Tab> behavior to be more in line with fzf-tab
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.
Im currently using this to fix the behaviour:
set FZF_DEFAULT_OPTS_FILE -Ux --bind=ctrl-i:down,btab:up,ctrl-space:toggle
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 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"