From cd16afbc9bfd2da7bd29cc1ad4fc83283494a044 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Nov 2017 10:31:21 -0800 Subject: replace anyframe with the fzf history search plugin it works with zsh and bash --- zshrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 25bc92e..1655fb0 100644 --- a/zshrc +++ b/zshrc @@ -87,13 +87,9 @@ ZSH_HIGHLIGHT_STYLES[assign]='fg=cyan' source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black,bold' # }}} -# anyframe {{{ -fpath=(~/.zsh/anyframe $fpath) -autoload -Uz anyframe-init -anyframe-init -bindkey '^R' anyframe-widget-put-history -zstyle ":anyframe:selector:" use fzf -zstyle ":anyframe:selector:fzf:" command 'fzf --no-sort --exact' +# fzf {{{ +source ~/.sh/fzf/shell/completion.zsh +source ~/.sh/fzf/shell/key-bindings.zsh # }}} # }}} # prompt {{{ -- cgit v1.2.3-54-g00ecf