This commit is contained in:
Marco Thomas
2021-03-22 11:45:17 +01:00
parent 6bd43114dc
commit b90e03fc03
6 changed files with 13 additions and 42 deletions

View File

@@ -146,7 +146,7 @@ export FZF_DEFAULT_OPTS='--preview="head {}" --layout=reverse --bind=tab:down --
## fzf Bindings in zsh (C-r and C-t)
if [[ -x $(which fzf 2> /dev/null) ]]
then
source ~/scripts/key-bindings.zsh
source ~/scripts/key_bindings.zsh
else
bindkey '^R' history-incremental-search-backward
fi