Page 1 of 1

[v16.15b1] CTRL-LEFT vs CTRL-RIGHT

Posted: 18 Mar 2024 18:19
by vha
- Have following text:

Code: Select all

abc%p"), def
- with the cursor at the start of the line and hitting CTRL-RIGHT, the cursor stops behind abc, p, ", ) and , and at the end of the line
- with the cursor at the end of the line, and hitting CTRL-LEFT, the cursor stops in front of def, p, % and at the start of the line

Is this consistent/expected? (especially the 4 stops from 'p' till ',')

vha

Re: [v16.15b1] CTRL-LEFT vs CTRL-RIGHT

Posted: 18 Mar 2024 19:06
by Rickard Johansson
It's the default behavior and it behaves exactly as in Sublime Text... Ctrl+Right will move to the end of a word and Ctrl+Left to the beginning. So it does kind of make sense... Ctrl+Left/Right are not supposed to stop at the same positions.

There are options available if you want a different behavior:

"Options -> General -> Move cursor between words (Shift+) Ctrl+left/right".