summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 21:38:40 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 21:47:38 -0400
commit21db1a0143359b6277ffb18f0b79e90ea133a43e (patch)
tree25aa5aeb36dd9a87812156e2a0ea2c24317b18f6 /zshrc
parentc618da551bf077b00634e24d9ca3589b22f1e11e (diff)
downloadconf-21db1a0143359b6277ffb18f0b79e90ea133a43e.tar.gz
conf-21db1a0143359b6277ffb18f0b79e90ea133a43e.zip
use fzf instead of peco
it seems to be a lot faster
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
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 {{{