vimrc: add <,> to matchpairs
This commit is contained in:
parent
c1b7cf3ca0
commit
f7559165e6
@ -720,6 +720,9 @@ set scrolloff=5 " scroll offset, min lines above/below cursor
|
|||||||
set sidescroll=10 " minimum columns to scroll horizontally
|
set sidescroll=10 " minimum columns to scroll horizontally
|
||||||
set showcmd " show command status
|
set showcmd " show command status
|
||||||
set showmatch " flashes matching parenthese when cursor over the other one
|
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 mat=2 " how many tenths of a second to blink when matching brackets
|
||||||
set noshowmode " show editing mode in status (-- INSERT --)
|
set noshowmode " show editing mode in status (-- INSERT --)
|
||||||
set ruler " show cursor position
|
set ruler " show cursor position
|
||||||
|
Loading…
Reference in New Issue
Block a user