.
What are the shortcuts for selecting
(i) Whole Word
Answers
Answered by
1
Answer:
in notepad++ i can use mouse doubleclick to select whole word, but i want to use some keybord shortcut. For example in visual studio it's ctrl+w by default and it's very useful.
Suppose that I'm writing some text and the caret is in the middle of a word. I would like to be able to select that word without using my mouse. (Using the mouse, simply double-click on the word.)
I have found the following, but it's kind of clunky:
Ctrl + ←: to go to the beginning of the word
Ctrl + Shift + →: to select
Similar questions