this repo has no description
dotfiles

[zsh] Disable fzf Ctrl-R binding

sharparam.com 432008d7 2d74942d

verified
+1 -1
+1 -1
zsh/.zshrc
··· 111 111 zinit light itsbth/zsh-fzf-ghq 112 112 113 113 [[ -f "/usr/share/fzf/completion.zsh" ]] && source /usr/share/fzf/completion.zsh 114 - [[ -f "/usr/share/fzf/key-bindings.zsh" ]] && source /usr/share/fzf/key-bindings.zsh 114 + [[ -f "/usr/share/fzf/key-bindings.zsh" ]] && FZF_CTRL_R_COMMAND= source /usr/share/fzf/key-bindings.zsh 115 115 116 116 _dotnet_zsh_complete() { 117 117 local completions=("$(dotnet complete "$words")")