Mercurial > dotfiles
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim/ftplugin/qf.vim Thu Sep 24 23:13:07 2020 -0700 @@ -0,0 +1,4 @@ +" 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>