+2
Search for a word under cursor
Is there a keyboard shortcut or plugin to search for other occurrences of a word under cursor, like vim * and # commands?
Сервис поддержки клиентов работает на платформе UserEcho
Is there a keyboard shortcut or plugin to search for other occurrences of a word under cursor, like vim * and # commands?
Сервис поддержки клиентов работает на платформе UserEcho
Press Ctrl (or Command) + E --> this will make the find use the word under the cursor (or whatever is selected)
Then press Ctrl (or Command) + G --> for Find Next
ST Does also highlight all occurrences of a word by default, when you select it.