summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 21:00:29 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 21:47:38 -0400
commitc618da551bf077b00634e24d9ca3589b22f1e11e (patch)
treeec8f8b76c62e68f992a0a65645767914ca578759 /zshrc
parent3f8ad4c346e5f8113c72c2a65ee83e4d69f06bef (diff)
downloadconf-c618da551bf077b00634e24d9ca3589b22f1e11e.tar.gz
conf-c618da551bf077b00634e24d9ca3589b22f1e11e.zip
remove the zsh opp plugin
it was integrated into zsh itself a few years ago
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/zshrc b/zshrc
index f716043..764ed11 100644
--- a/zshrc
+++ b/zshrc
@@ -93,12 +93,6 @@ autoload -Uz anyframe-init
anyframe-init
bindkey '^R' anyframe-widget-put-history
# }}}
-# opp {{{
-source ~/.zsh/opp/opp.zsh
-opp_operators+=("e" opp-vi-change)
-bindkey -M vicmd "e" opp
-{ bindkey -M afu-vicmd "e" opp } > /dev/null 2>&1
-# }}}
# }}}
# prompt {{{
function shell_prompt_precmd () {