You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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'
2 years ago
..
completion.bash [bash] Suppress error message from 'bind' 3 years ago
completion.zsh [zsh] Properly reset prompt after completion (#2318) 3 years ago
key-bindings.bash [bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783) 2 years ago
key-bindings.fish [shell] Use cd -- (#2659) 3 years ago
key-bindings.zsh [zsh] Set up bindings for all three keymaps: emacs, vicmd, and viins 2 years ago