update grep and quickfix behaviour

This commit is contained in:
Ray Elliott 2022-02-06 15:18:26 +00:00
parent dd4691d1e9
commit 459e723f29
1 changed files with 7 additions and 5 deletions

View File

@ -361,6 +361,8 @@ nnoremap <space>qh :chistory<CR>
nnoremap <space>qp :colder<CR> nnoremap <space>qp :colder<CR>
nnoremap <space>qn :cnewer<CR> nnoremap <space>qn :cnewer<CR>
nnoremap <space>qt :tabnew \| cwindow<CR>
"}}} "}}}
"----------------------------------------------------------------------------}}} "----------------------------------------------------------------------------}}}
" #abbreviations {{{ " #abbreviations {{{
@ -408,11 +410,11 @@ augroup END
" }}} " }}}
" Open quickfix window{{{ " Open quickfix window{{{
augroup QuickFixAutoload " augroup QuickFixAutoload
autocmd! " autocmd!
autocmd QuickFixCmdPost [^l]* nested botright cwindow " autocmd QuickFixCmdPost [^l]* nested botright cwindow
autocmd QuickFixCmdPost l* nested botright lwindow " autocmd QuickFixCmdPost l* nested botright lwindow
augroup END " augroup END
augroup OnTerminalOpen augroup OnTerminalOpen
autocmd! autocmd!