Mercurial > dotfiles
view vim/ftplugin/qf.vim @ 509:fa55013bbfe3
Clean up bashrc, add local one
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 14 Nov 2021 21:55:20 -0800 |
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>