mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Added a new plugin that provides toggles (see keyboard.vim) for the
quickfix list and location list
This commit is contained in:
parent
eca11b027d
commit
f67a01fca4
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
vim/bundle/vim-togglelist
Submodule
1
vim/bundle/vim-togglelist
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cafedc49860950200f28f2e1d95ab6a87b79d113
|
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue