From eecde1a25262d5e3e05f5f72c2cefa6ba5100402 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 28 Nov 2012 17:56:17 -0600 Subject: [PATCH] Removed zoomwin - messes with syntax highlighting --- .gitmodules | 4 ---- README.md | 3 --- vim/bundle/vim-scripts-ZoomWin | 1 - 3 files changed, 8 deletions(-) delete mode 160000 vim/bundle/vim-scripts-ZoomWin diff --git a/.gitmodules b/.gitmodules index 9051e62..b5b3ed1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -162,10 +162,6 @@ path = vim/bundle/austintaylor-vim-indentobject url = https://github.com/austintaylor/vim-indentobject ignore = dirty -[submodule "vim/bundle/vim-scripts-ZoomWin"] - path = vim/bundle/vim-scripts-ZoomWin - url = https://github.com/vim-scripts/ZoomWin.git - ignore = dirty [submodule "vim/bundle/kana-vim-textobj-datetime"] path = vim/bundle/kana-vim-textobj-datetime url = https://github.com/kana/vim-textobj-datetime diff --git a/README.md b/README.md index 920d97d..dd71ccc 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,6 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * `,f` - instantly Find definition of class (must have exuberant ctags installed) * `,F` - same as `,f` but in a vertical split - * `,,f` - jump to Method. Same as vim's built in jump to tag, but much more aware of ruby bang_methods! and method.invocations! - * `,,F` - same as `,,f` but in a vertical split * `,gf` or `Ctrl-f` - same as vim normal gf (go to file), but in a vertical split (works with file.rb:123 line numbers also) * `gF` - standard vim mapping, here for completeness (go to file at line number) * `K` - GitGrep the current word under the cursor and show results in quickfix window @@ -310,7 +308,6 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * `ss` - horizontal split (`Ctrl-w,s`) * `,qo` - open quickfix window (this is where output from GitGrep goes) * `,qc` - close quickfix - * `,gz` - zoom a window to max size and again to unzoom it (ZoomWin plugin, usually `C-w,o`) #### NERDTree Project Tree diff --git a/vim/bundle/vim-scripts-ZoomWin b/vim/bundle/vim-scripts-ZoomWin deleted file mode 160000 index cf21ce1..0000000 --- a/vim/bundle/vim-scripts-ZoomWin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cf21ce1f4bfec10fe7e446c08e9e647a2a234e03