Closed MunsterPlop closed 3 years ago
In vim-sneak, you can set g:sneak#use_ic_scs.
g:sneak#use_ic_scs
From :help sneak:
:help sneak
g:sneak#use_ic_scs = 0 0: Always case-sensitive 1: Case sensitivity is determined by 'ignorecase' and 'smartcase'.
Ideavim already supports set ignorecase smartcase, so this setting would take that into account.
set ignorecase smartcase
up ! I need this feature too, really useful !
I came up with a working solution, I'll make a PR soon.
In vim-sneak, you can set
g:sneak#use_ic_scs
.From
:help sneak
:Ideavim already supports
set ignorecase smartcase
, so this setting would take that into account.