tangled
alpha
login
or
join now
sharparam.com
/
dotfiles
0
fork
atom
this repo has no description
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
[zsh] Disable fzf Ctrl-R binding
sharparam.com
4 months ago
432008d7
2d74942d
verified
This commit was signed with the committer's
known signature
.
sharparam.com
SSH Key Fingerprint:
SHA256:ovycjIBhBAebccGBKsv/qU55pv3EyICepNWb1VhblYk=
+1
-1
1 changed file
expand all
collapse all
unified
split
zsh
.zshrc
+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
114
-
[[ -f "/usr/share/fzf/key-bindings.zsh" ]] && source /usr/share/fzf/key-bindings.zsh
114
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")")