Willy G
Willy G

Reputation: 1252

IntelliJ IDEA: move caret to end of word

(running MacOS)

I'm used to option+left/right arrow moving the caret to the end of the word. In IntelliJ it instead moves to the next word, see below example.

enter image description here

If I'd press option+right arrow, the caret would move to below position: enter image description here

Can I somehow configure IntelliJ so that it moves to below position instead? enter image description here

Upvotes: 5

Views: 1328

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401877

IntelliJ IDEA 2019.2 introduces the following new options for the Caret Movement (File | Settings (Preferences on macOS) | Editor | General):

File | Settings | Editor | General

Set the "When moving by words" option to "Always jump to word end".

Upvotes: 6

Related Questions