" Use h/l to go to the previous/next non-empty quickfix or location list nnoremap h :call quickfixed#older() nnoremap l :call quickfixed#newer() " Use left/right to go to the previous/next non-empty quickfix or location list nnoremap :call quickfixed#older() nnoremap :call quickfixed#newer()