aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index b82fd51..6058f74 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -134,6 +134,9 @@ autocmd BufEnter * call s:reset_gitgutter_highlights()
map <down> gj
map <up> gk
+" Case-sensitive search for vim-visual-multi
+let g:VM_case_setting = 'sensitive'
+
" Don't let match-up mess up the statusline
let g:matchup_matchparen_status_offscreen=0