From f67a01fca439bd51af868acee13078c5fda8220f Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 2 Apr 2014 02:09:20 -0400 Subject: [PATCH] Added a new plugin that provides toggles (see keyboard.vim) for the quickfix list and location list --- .gitmodules | 3 +++ vim/bundle/vim-togglelist | 1 + vim/config/keyboard.vim | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 vim/bundle/vim-togglelist diff --git a/.gitmodules b/.gitmodules index 02debe7..f891239 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "vim/bundle/vim-coloresque"] path = vim/bundle/vim-coloresque url = https://github.com/gorodinskiy/vim-coloresque.git +[submodule "vim/bundle/vim-togglelist"] + path = vim/bundle/vim-togglelist + url = https://github.com/milkypostman/vim-togglelist.git diff --git a/vim/bundle/vim-togglelist b/vim/bundle/vim-togglelist new file mode 160000 index 0000000..cafedc4 --- /dev/null +++ b/vim/bundle/vim-togglelist @@ -0,0 +1 @@ +Subproject commit cafedc49860950200f28f2e1d95ab6a87b79d113 diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 67666f2..563afd7 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -6,6 +6,8 @@ " *The default key is: \ " " Reference: (view plugin documentation for the full list of commands each offers) +" q | (N) -> toggle display of the quickfix list +" l | (N) -> toggle display of the location list " cs'" | (N) -> change surrounding '' to "" (any delimiters work) " cs" | (N) -> change surrounding "" to the tag: " cst" | (N) -> change any surrounding tag to ""