justinmk / vim-sneak

The missing motion for Vim :athletic_shoe:
http://www.vim.org/scripts/script.php?script_id=4809
MIT License
3.26k stars 88 forks source link

How to force case insensitivity in searches agnostic to any other vim configurations. #211

Closed Khalian closed 6 years ago

Khalian commented 6 years ago

Is there a config that i can use to change the current behavior from case sensitive to case insensitive?

justinmk commented 6 years ago

No. g:sneak#use_ic_scs controls whether Vim's 'ignorecase' are 'smartcase' are respected. Otherwise it's always case-sensitive.

More options won't be added.