2019-10-12 10:43:24 +02:00
|
|
|
" Use h/l to go to the previous/next non-empty quickfix or location list
|
|
|
|
nnoremap <silent> <buffer> h :call quickfixed#older()<CR>
|
2019-10-13 19:33:20 +02:00
|
|
|
let b:undo_ftplugin.='|nunmap <buffer> h'
|
2019-10-12 10:43:24 +02:00
|
|
|
nnoremap <silent> <buffer> l :call quickfixed#newer()<CR>
|
2019-10-13 19:33:20 +02:00
|
|
|
let b:undo_ftplugin.='|nunmap <buffer> l'
|