When you press 'ctrl+f' in sublime text, there is an option (a button that looks kind of like: "") which makes it so it only finds 'whole words'.
Now, suppose I have the following code:
word
longword
word
and I have the first occurrence of the word 'word' selected. If I press ctrl+d, it selects the last four letters of the word 'longword', instead of selecting the next 'whole word' occurrence of 'word'. Is there any way to change this?
