From 21db1a0143359b6277ffb18f0b79e90ea133a43e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 21:38:40 -0400 Subject: use fzf instead of peco it seems to be a lot faster --- zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 764ed11..c9237a1 100644 --- a/zshrc +++ b/zshrc @@ -92,6 +92,8 @@ 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' # }}} # }}} # prompt {{{ -- cgit v1.2.3-54-g00ecf