]> git.rmz.io Git - dotfiles.git/blobdiff - vim/after/plugin/togglelist.vim
mutt: fix F macro to not write message to home
[dotfiles.git] / vim / after / plugin / togglelist.vim
index 01ba8de23135141363716b216f28ac702a1964ec..dbb06f1ec74dfa8ee2e11ad4739f7b152a07b86a 100644 (file)
@@ -59,9 +59,10 @@ function! s:ToggleUnite()
   UniteResume
 endfunction
 
-nmap <silent> [oq :copen<cr>
-nmap <silent> ]oq :cclose<cr>
-nmap <silent> coq :call <SID>ToggleLocationList()<CR>
-nmap <silent> [ol :lopen<cr>
-nmap <silent> ]ol :lclose<cr>
-nmap <silent> col :call <SID>ToggleQuickfixList()<CR>
+nnoremap <silent> [oq :copen<cr>
+nnoremap <silent> ]oq :cclose<cr>
+nnoremap <silent> coq :call <SID>ToggleQuickfixList()<CR>
+nnoremap <silent> [ol :lopen<cr>
+nnoremap <silent> ]ol :lclose<cr>
+nnoremap <silent> col :call <SID>ToggleLocationList()<CR>
+nnoremap <silent> cop :pclose<CR>