diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 80f2559..29425d3 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -37,19 +37,23 @@ unset PLUG_FOLDER FZF_TAB_COMMAND=( fzf --ansi # Enable ANSI color support, necessary for showing groups - --expect='$continuous_trigger' # For continuous completion + --expect='$continuous_trigger,$print_query' # For continuous completion and print query '--color=hl:$(( $#headers == 0 ? 108 : 255 ))' --nth=2,3 --delimiter='\x00' # Don't search prefix --layout=reverse --height='${FZF_TMUX_HEIGHT:=75%}' --tiebreak=begin -m --bind=tab:down,btab:up,change:top,ctrl-space:toggle --cycle '--query=$query' # $query will be expanded to query string at runtime. '--header-lines=$#headers' # $#headers will be expanded to lines of headers at runtime + --print-query ) zstyle ':fzf-tab:*' command $FZF_TAB_COMMAND -# default color -[ -e /usr/share/LS_COLORS/dircolors.sh ] && source /usr/share/LS_COLORS/dircolors.sh -zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} +# format colorful groups for different completion actions +zstyle ':completion:*:descriptions' format '[%d]' +# use input as query string when completing zlua +zstyle ':fzf-tab:complete:_zlua:*' query-string input +# (experimental, may change in the future) # some boilerplate code to define the variable `extract` which will be used later +# please remember to copy them local extract=" # trim input(what you select) local in=\${\${\"\$(<{f})\"%\$'\0'*}#*\$'\0'}