summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 87356e8..58b520c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -61,6 +61,9 @@ set smartcase
"highlight pair char match
set showmatch
+"match < > too
+set matchpairs=(:),[:],{:},<:>
+
"show match during type
set incsearch