SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
180 stars 24 forks source link

alt+enter selection #72

Open Reliquat opened 7 years ago

Reliquat commented 7 years ago

Hi,

When you choose the options :

"highlight_when_selection_is_empty": true,
"highlight_word_under_cursor_when_selection_is_empty": false,

The current focused word is not highlighted, so when you proceed alt + enter, the world occurences are selected but not the focused word. Could be great to fix that.

Thanks a lot for this plugin !