not very smart quickfix/location keybinnds

This commit is contained in:
Tyler Starr 2023-12-19 00:19:47 -08:00
parent 073da50980
commit ba838d22be

View File

@ -95,6 +95,14 @@ augroup END
map <leader>fq :Grep -r<space>
map <leader>fl :LGrep -r<space>
" next/last location
map <leader>nl :lnext<CR>
map <leader>pl :lprev<CR>
" next/last quickfix
map <leader>nc :lnext<CR>
map <leader>pc :lnext<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" misc keys
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""