fzf/shell
Jan Warchoł 3312cf525d
[bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783)
This makes it easier to make customizations, for example instead of

    bind -x '"\C-o\C-i": FZF_CTRL_T_COMMAND="fasd -Rl" FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --tiebreak=index " fzf-file-widget'

it's enough to just

    bind -x '"\C-o\C-i": FZF_CTRL_T_COMMAND="fasd -Rl" fzf-file-widget --tiebreak=index'
2022-04-06 11:29:01 +09:00
..
completion.bash [bash] Suppress error message from 'bind' 2021-11-03 23:26:25 +09:00
completion.zsh [zsh] Properly reset prompt after completion (#2318) 2021-01-13 04:09:34 +09:00
key-bindings.bash [bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783) 2022-04-06 11:29:01 +09:00
key-bindings.fish [shell] Use cd -- (#2659) 2021-11-19 10:36:28 +09:00
key-bindings.zsh [zsh] Set up bindings for all three keymaps: emacs, vicmd, and viins 2022-02-23 15:36:49 +09:00