Added a new plugin that provides toggles (see keyboard.vim) for the

quickfix list and location list
This commit is contained in:
Kevin 2014-04-02 02:09:20 -04:00
parent eca11b027d
commit f67a01fca4
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

@ -0,0 +1 @@
Subproject commit cafedc49860950200f28f2e1d95ab6a87b79d113

View file

@ -6,6 +6,8 @@
" *The default <Leader> key is: \
"
" Reference: (view plugin documentation for the full list of commands each offers)
" <Leader>q | (N) -> toggle display of the quickfix list
" <Leader>l | (N) -> toggle display of the location list
" cs'" | (N) -> change surrounding '' to "" (any delimiters work)
" cs"<q> | (N) -> change surrounding "" to the tag: <q></q>
" cst" | (N) -> change any surrounding tag to ""