You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case_insensitive is in the config, not the opts table:
require("hop").setup {
keys = 'etovxqpdygfblzhckisuran',
case_insensitive = false
}
Though it is a bit awkward, since it'll apply to all hop autocmds...
Describe the bug
Setting the
case_insensitive = false,
on theopts
key and then running commands like::HopChar1
doesn't seem to be workingTo Reproduce
Steps to reproduce the behavior:
Expected behavior
It should respect the
case_insensitive
prop and only highlight the matching capital letters.version (please complete the following information):
The text was updated successfully, but these errors were encountered: