Mishkun / ideavim-sneak

Vim-sneak for IdeaVim!
Other
46 stars 10 forks source link

Support ignorecase and smartcase #17

Closed MunsterPlop closed 3 years ago

MunsterPlop commented 3 years ago

In vim-sneak, you can set g:sneak#use_ic_scs.

From :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.

xiaoouwang commented 3 years ago

up ! I need this feature too, really useful !

MunsterPlop commented 3 years ago

I came up with a working solution, I'll make a PR soon.