diff --git a/.zshrc b/.zshrc index df8c390..cbb5d48 100644 --- a/.zshrc +++ b/.zshrc @@ -71,6 +71,12 @@ ENHANCD_ARG_DOUBLE_DOT='.' ENHANCD_ENABLE_SINGLE_DOT=false ### fzf +# +# Scripts sourced by zvm_after_init() +# +# - https://github.com/junegunn/fzf#key-bindings-for-command-line +# - https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh + # # Adapted from https://github.com/zimfw/fzf # @@ -108,14 +114,6 @@ if (( ${+FZF_DEFAULT_COMMAND} )) export FZF_CTRL_T_COMMAND=${FZF_DEFAULT_COMMAND # FZF_CTRL_R_OPTS="--no-sort --exact" -# Scripts sourced by zvm_after_init() -# -# - source /usr/share/doc/fzf/examples/key-bindings.zsh -# https://github.com/junegunn/fzf#key-bindings-for-command-line -# -# - source /usr/share/doc/fzf/examples/completion.zsh -# https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh - # fzf: Alternate history (Ctrl-Win-R) # if [[ -f $ALT_HISTORY_FILE ]]; then