diff options
| author | Camil Staps | 2020-10-04 20:43:29 +0200 |
|---|---|---|
| committer | Camil Staps | 2020-10-04 20:43:29 +0200 |
| commit | 3ae35a09e4bb7d3f9e33f06da49a12f2da244efa (patch) | |
| tree | 76d571fdbd9ad5eb4d82e5364927cdc26ae78065 /vim | |
| parent | Update vim spellfile (diff) | |
Always use case-sensitive search in vim-visual-multi
Diffstat (limited to 'vim')
| -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 |
