Sublime Forum

Ctrl+d case_sensitive false

#1

I am trying to make “ctrl+d” to be case in sensitive, not sensitive. I am using sublime 3126

I tried with this link.

I also tried:

{ “keys”: [“ctrl+d”], “command”: “find_under_expand”, “args”: {“case_sensitive”: false} }

And I tried alt+f3, which works until I press Esc, to deselect the selection. But the cursor then jumps to the first occurrence of the world in a file.

Nothing of the above works for me. Can you please tell me what am I doing wrong.

If cursor is in the word and I press ctrl+f, so that the find dialog opens, it works. Words with same case get selected and words with different case. But I would like to have the same functionality, without find line/ find dialog to open.

0 Likes