You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing Ctrl+Left_Arrow and Ctrl+Right_Arrow moves the cursor to the next word.
If the cursor is farther right than the word and you press Ctrl+Left_Arrow, you move to the beginning of the word rather than to the end of the word like in VS, Notepad++, Sublime etc...
Ex: $=cursor
b('hello');$ and Ctrl+Left_Arrow becomes b('$hello'); rather than b('hello$');
If this is intended to be like this, it would be nice to have a preference to change it.
The text was updated successfully, but these errors were encountered:
I'd like to add that the problem I'm having with Ctrl+Left/Right is that for indented lines, it goes to the first word, not the first character on the line. (| is cursor)
Pressing Ctrl+Left_Arrow and Ctrl+Right_Arrow moves the cursor to the next word.
If the cursor is farther right than the word and you press Ctrl+Left_Arrow, you move to the beginning of the word rather than to the end of the word like in VS, Notepad++, Sublime etc...
Ex: $=cursor
b('hello');$
and Ctrl+Left_Arrow becomesb('$hello');
rather thanb('hello$');
If this is intended to be like this, it would be nice to have a preference to change it.
The text was updated successfully, but these errors were encountered: