aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorCamil Staps2020-10-04 20:43:29 +0200
committerCamil Staps2020-10-04 20:43:29 +0200
commit3ae35a09e4bb7d3f9e33f06da49a12f2da244efa (patch)
tree76d571fdbd9ad5eb4d82e5364927cdc26ae78065 /vim
parentUpdate vim spellfile (diff)
Always use case-sensitive search in vim-visual-multi
Diffstat (limited to 'vim')
-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