IntelliJ IDEA:将插入符号移至单词结尾

时间:2019-07-29 08:11:06

标签: intellij-idea keyboard-shortcuts

(正在运行MacOS)

我习惯于使用Option +向左/向右箭头将插入符号移动到单词的末尾。而是在IntelliJ中移动到下一个单词,请参见下面的示例。

enter image description here

如果按Option +右箭头,则插入符号将移至以下位置: enter image description here

我可以以某种方式配置IntelliJ使其移至下方位置吗? enter image description here

1 个答案:

答案 0 :(得分:6)

IntelliJ IDEA 2019.2 introduces Caret Movement 提供了以下新选项(文件|设置(在macOS上为首选项)|编辑器|常规):

File | Settings | Editor | General

将“按字移动时”选项设置为“始终跳到字尾”。