Make ,qc also close conques

This commit is contained in:
yan 2012-06-11 10:49:03 -05:00
parent abbbc94bdc
commit a3bcfc3e51

View File

@ -100,7 +100,7 @@ nmap <D-N> :NERDTreeToggle<CR>
" ,q to toggle quickfix window (where you have stuff like GitGrep)
" ,oq to open it back up (rare)
nmap <silent> ,qc :cclose<CR>
nmap <silent> ,qc :CloseSingleConque<CR>:cclose<CR>
nmap <silent> ,qo :copen<CR>
" move up/down quickly by using Cmd-j, Cmd-k