From 8124d50657b95e0280a1fe540c6d5e52d13b1ab3 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 15 Feb 2013 20:24:03 -0600 Subject: [PATCH] Remove arpeggio; unused --- .gitmodules | 4 ---- README.md | 1 - vim/bundle/kana-vim-arpeggio | 1 - vim/plugin/settings/yadr-keymap.vim | 3 --- 4 files changed, 9 deletions(-) delete mode 160000 vim/bundle/kana-vim-arpeggio diff --git a/.gitmodules b/.gitmodules index 05b236f..6d7e033 100644 --- a/.gitmodules +++ b/.gitmodules @@ -222,10 +222,6 @@ path = vim/bundle/joestelmach-javaScriptLint url = https://github.com/joestelmach/javaScriptLint.vim ignore = dirty -[submodule "vim/bundle/kana-vim-arpeggio"] - path = vim/bundle/kana-vim-arpeggio - url = https://github.com/kana/vim-arpeggio - ignore = dirty [submodule "vim/bundle/chrisbra-color_highlight"] path = vim/bundle/chrisbra-color_highlight url = https://github.com/chrisbra/color_highlight.git diff --git a/README.md b/README.md index 0a03ebb..2dd27e1 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,6 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam #### General enhancements that don't add new commands - * Arpeggio - allows you to define key-chord combinations * IndexedSearch - when you do searches will show you "Match 2 of 4" in the status line * delimitMate - automatically closes quotes * SearchComplete - tab completion in the / search window diff --git a/vim/bundle/kana-vim-arpeggio b/vim/bundle/kana-vim-arpeggio deleted file mode 160000 index d2a8214..0000000 --- a/vim/bundle/kana-vim-arpeggio +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d2a8214956511fbd199faf85ec39519d86700f67 diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index c105f36..7e0d56d 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -1,6 +1,3 @@ -" Arpeggio lets us define key-chord combos (simultaneous key presses) -call arpeggio#load() - " ======================================== " General vim sanity improvements " ========================================