summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
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 {{{