diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |