Mercurial > dotfiles
changeset 452:d048318ba839
Better indenting in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 09 May 2018 08:41:16 -0700 |
parents | d5d49e678146 |
children | 97a94dacfd54 |
files | vim/vimrc |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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