summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-21 05:40:10 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commitaff278c597c48d05c634ba6563177de967d3fe84 (patch)
tree414222d463750dd5ac020afcec86241cb144fdd7 /zshrc
parent61e487df8884b942c5d05160e813a2afbf226b31 (diff)
downloadconf-aff278c597c48d05c634ba6563177de967d3fe84.tar.gz
conf-aff278c597c48d05c634ba6563177de967d3fe84.zip
add anyframe plugin
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index ead866a..15689bf 100644
--- a/zshrc
+++ b/zshrc
@@ -85,6 +85,12 @@ 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
+# }}}
# opp {{{
source ~/.zsh/opp/opp.zsh
opp_operators+=("e" opp-vi-change)