]> git.rmz.io Git - dotfiles.git/commitdiff
vim: fix togglelist mappings
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 24 Oct 2016 07:49:49 +0000 (08:49 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 24 Oct 2016 07:49:49 +0000 (08:49 +0100)
vim/after/plugin/togglelist.vim

index 01ba8de23135141363716b216f28ac702a1964ec..8eb7b2b6050d1271c9a3adf437895bc125c4599d 100644 (file)
@@ -61,7 +61,7 @@ endfunction
 
 nmap <silent> [oq :copen<cr>
 nmap <silent> ]oq :cclose<cr>
-nmap <silent> coq :call <SID>ToggleLocationList()<CR>
+nmap <silent> coq :call <SID>ToggleQuickfixList()<CR>
 nmap <silent> [ol :lopen<cr>
 nmap <silent> ]ol :lclose<cr>
-nmap <silent> col :call <SID>ToggleQuickfixList()<CR>
+nmap <silent> col :call <SID>ToggleLocationList()<CR>