comparison vim/ftplugin/qf.vim @ 486:b452486b97c5

Make vim's quickfix list more awesome.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2020 23:13:07 -0700
parents
children
comparison
equal deleted inserted replaced
485:25bdfc963612 486:b452486b97c5
1 " Stolen from https://vimways.org/2018/colder-quickfix-lists/
2 " Use <silent> so ":call quickfixed#older()" isn't output to the command line
3 nnoremap <silent> <buffer> <Left> :call quickfixed#older()<CR>
4 nnoremap <silent> <buffer> <Right> :call quickfixed#newer()<CR>