vim: show mathing pairs

This commit is contained in:
Michael Grote 2021-08-20 21:22:39 +02:00
parent 12f7efe345
commit 5a44ea2b72

3
.vimrc
View file

@ -131,3 +131,6 @@ nmap <Leader>m :Magit<cr>
set wildmode=longest,list,full
set wildmenu
set wildignore=*.o,*~
" zeige "matching" klammer usw.
set showmatch