This commit is contained in:
tavo-wasd 2024-08-28 23:14:55 -06:00
parent cdebdb312f
commit a96180a519

View file

@ -58,6 +58,9 @@ noremap <A-l> 5<C-w>>
noremap H :nohl<CR> noremap H :nohl<CR>
noremap <leader><Space> za noremap <leader><Space> za
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
" QuickFix " QuickFix
autocmd QuickFixCmdPost [^l]* nested cwindow autocmd QuickFixCmdPost [^l]* nested cwindow
autocmd QuickFixCmdPost l* nested lwindow autocmd QuickFixCmdPost l* nested lwindow