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