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
Eli Barzilay 88f4c16755
Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)
This makes it possible to skip one of the above key bindings or
completions by setting a variable to an empty string. For example,

    FZF_CTRL_T_COMMAND= FZF_ALT_C_COMMAND= \
      eval "$(fzf --zsh)"

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2 months ago
..
completion.bash [bash] Fix default completion of unset, unalias, etc 2 months ago
completion.zsh Add walker options and replace 'find' with the built-in walker (#3649) 2 months ago
key-bindings.bash Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678) 2 months ago
key-bindings.fish Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678) 2 months ago
key-bindings.zsh Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678) 2 months ago