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>
2024-03-17 16:06:48 +09:00
..
completion.bash [bash] Fix default completion of unset, unalias, etc 2024-03-17 15:38:11 +09:00
completion.zsh Add walker options and replace 'find' with the built-in walker (#3649) 2024-03-13 20:56:31 +09:00
key-bindings.bash Make it possible to disable Ctrl+T / Alt+C / completions (#3678) 2024-03-17 16:06:48 +09:00
key-bindings.fish Make it possible to disable Ctrl+T / Alt+C / completions (#3678) 2024-03-17 16:06:48 +09:00
key-bindings.zsh Make it possible to disable Ctrl+T / Alt+C / completions (#3678) 2024-03-17 16:06:48 +09:00