From f7559165e615cc26332d8f23cf2e951596be3840 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 21 Jul 2022 12:03:28 +0200 Subject: [PATCH] vimrc: add <,> to matchpairs --- .vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index d479d9b..dfdf6b5 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -720,6 +720,9 @@ set scrolloff=5 " scroll offset, min lines above/below cursor set sidescroll=10 " minimum columns to scroll horizontally set showcmd " show command status set showmatch " flashes matching parenthese when cursor over the other one +" Make <,> match pairs, too. +" https://github.com/EHartC/dot-vimrc/blob/master/vim%20config/styling.vim +set matchpairs+=<:> set mat=2 " how many tenths of a second to blink when matching brackets set noshowmode " show editing mode in status (-- INSERT --) set ruler " show cursor position