comparison vim/ftplugin/qf.vim @ 504:015e94f44cc0

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 30 Sep 2020 21:17:47 -0700
parents b452486b97c5
children
comparison
equal deleted inserted replaced
503:35094cf31de4 504:015e94f44cc0
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>