Sublime Forum

Find under exact word

#1

I am trying to modify the key binding for the find_under command to find the exact word occurrence, as:

{ "keys": "ctrl+h"], "command": "find_under" },

but this finds all occurrences of the word rather than the exact ones. Is there a way to do this? I tried adding "args": but I am not sure which argument should be added.

Please let me know if there is an API somewhere.

Thanks in advance.

0 Likes

#2

bump…

0 Likes

#3

The find_under command doesn’t accept any parameters

0 Likes

#4

Thanks jps.

0 Likes