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:
parent
ad8ee421e4
commit
c89b3c2475
2 changed files with 6 additions and 7 deletions
|
@ -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
|
6
config/zsh/interactive/skim
Normal file
6
config/zsh/interactive/skim
Normal 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
|
Loading…
Reference in a new issue