Switch from junegunn/fzf, which hasn't been updated in over a year, to lotabout/skim, which was updated last week

This commit is contained in:
Danielle McLean 2019-11-04 12:32:58 +11:00
parent ad8ee421e4
commit c89b3c2475
Signed by: 00dani
GPG key ID: FF6F9216852288FF
2 changed files with 6 additions and 7 deletions

View file

@ -1,7 +0,0 @@
#! zsh
if [[ -f $XDG_DATA_HOME/zsh/fzf.zsh ]]; then
export FZF_CTRL_R_OPTS="--sort"
source $XDG_DATA_HOME/zsh/fzf.zsh
else
bindkey '^R' history-incremental-search-backward
fi

View file

@ -0,0 +1,6 @@
#! zsh
if [[ -f $XDG_DATA_HOME/zsh/skim.zsh ]]; then
source $XDG_DATA_HOME/zsh/skim.zsh
else
bindkey '^R' history-incremental-search-backward
fi