Mercurial > dotfiles
diff vim/vimrc @ 452:d048318ba839
Better indenting in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 09 May 2018 08:41:16 -0700 |
parents | 05ab0353cd6e |
children | 97a94dacfd54 |
line wrap: on
line diff
--- a/vim/vimrc Thu Jan 03 21:25:11 2019 -0800 +++ b/vim/vimrc Wed May 09 08:41:16 2018 -0700 @@ -652,6 +652,10 @@ nnoremap / /\v vnoremap / /\v +" Don't lose visual selection when you indent/unindent. +vnoremap > >gv +vnoremap < <gv + " Next/previous quickfix and location messages. " This is meant to be similar to ]c and [c for the diff navigation. nnoremap ]q :cnext<cr>zvzz