summaryrefslogtreecommitdiffstats
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
parent3f8ad4c346e5f8113c72c2a65ee83e4d69f06bef (diff)
downloadconf-c618da551bf077b00634e24d9ca3589b22f1e11e.tar.gz
conf-c618da551bf077b00634e24d9ca3589b22f1e11e.zip
remove the zsh opp plugin
it was integrated into zsh itself a few years ago
-rw-r--r--.gitmodules3
m---------zsh/opp0
-rw-r--r--zshrc6
3 files changed, 0 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index f7e1b8f..80fed2c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -43,9 +43,6 @@
[submodule "vim/bundle/neosnippet"]
path = vim/pack/plugins/start/neosnippet
url = git://github.com/Shougo/neosnippet.vim
-[submodule "zsh/opp"]
- path = zsh/opp
- url = git://github.com/hchbaw/opp.zsh
[submodule "vim/bundle/typescript"]
path = vim/bundle/typescript
url = git://github.com/leafgarland/typescript-vim
diff --git a/zsh/opp b/zsh/opp
deleted file mode 160000
-Subproject 8f62b4d22f8b241835acc2f067607a882b3c843
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 () {