mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
not very smart quickfix/location keybinnds
This commit is contained in:
parent
073da50980
commit
ba838d22be
@ -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
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Loading…
x
Reference in New Issue
Block a user