From aff278c597c48d05c634ba6563177de967d3fe84 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 21 Jan 2017 05:40:10 -0500 Subject: add anyframe plugin --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zshrc') 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) -- cgit v1.2.3-54-g00ecf