vim: show mathing pairs
This commit is contained in:
parent
12f7efe345
commit
5a44ea2b72
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue