NEOVIIIIIM

This commit is contained in:
Marco Thomas
2020-09-17 23:18:04 +02:00
parent 6299d62ad5
commit afbe448b02
5 changed files with 37 additions and 3 deletions

View File

@@ -116,7 +116,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 ~/.vim/bundle/fzf/shell/key-bindings.zsh
source ~/.vim/plugged/fzf/shell/key-bindings.zsh
else
bindkey '^R' history-incremental-search-backward
fi