view vim/ftplugin/qf.vim @ 514:fc35cae2fb52

Support other branches than master for git repos
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 May 2022 15:03:48 -0700
parents b452486b97c5
children
line wrap: on
line source

" Stolen from https://vimways.org/2018/colder-quickfix-lists/
" Use <silent> so ":call quickfixed#older()" isn't output to the command line
nnoremap <silent> <buffer> <Left> :call quickfixed#older()<CR>
nnoremap <silent> <buffer> <Right> :call quickfixed#newer()<CR>