From c618da551bf077b00634e24d9ca3589b22f1e11e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 21:00:29 -0400 Subject: remove the zsh opp plugin it was integrated into zsh itself a few years ago --- .gitmodules | 3 --- zsh/opp | 1 - zshrc | 6 ------ 3 files changed, 10 deletions(-) delete mode 160000 zsh/opp 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 index 8f62b4d..0000000 --- a/zsh/opp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8f62b4d22f8b241835acc2f067607a882b3c8433 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 () { -- cgit v1.2.3-54-g00ecf