Mercurial > dotfiles
view vim/ftplugin/qf.vim @ 490:823b7336639a
Reset pathogenrc files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:20:11 -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>