X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/7a0dea0f478b8d681961ae57fdfdf60a01453852..c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9:/vim/after/plugin/togglelist.vim diff --git a/vim/after/plugin/togglelist.vim b/vim/after/plugin/togglelist.vim index 8eb7b2b..dbb06f1 100644 --- a/vim/after/plugin/togglelist.vim +++ b/vim/after/plugin/togglelist.vim @@ -59,9 +59,10 @@ function! s:ToggleUnite() UniteResume endfunction -nmap [oq :copen -nmap ]oq :cclose -nmap coq :call ToggleQuickfixList() -nmap [ol :lopen -nmap ]ol :lclose -nmap col :call ToggleLocationList() +nnoremap [oq :copen +nnoremap ]oq :cclose +nnoremap coq :call ToggleQuickfixList() +nnoremap [ol :lopen +nnoremap ]ol :lclose +nnoremap col :call ToggleLocationList() +nnoremap cop :pclose