VS code is my favorite text editor for everything, for coding and for writing text (LaTeX, e.g.). The following behavior is inconsistent and always distracting:
Suppose the text we edit is
"... brief text example ... "
The key sequence ctrl+left, ctrl+ shift+left selects "text\~";
the key sequence ctrl+right, ctrl+ shift+right selects "\~text" (note the blank "\~");
the key sequence ctrl+left, ctrl+ shift+right selects "text";
the key sequence ctrl+right, ctrl+ shift+left selects "text".
One operation, one intention, but 3 different results.
Only 1 is correct, the expected behavior for 1-4 above is always "text\~". Text editors, which do this correctly, include notepad, kile, texstudio, ...
Did I miss a setting which fixes that?
This is how the problem should be resolved: ctrl + right should (behave as ctrl+left and) always position the cursor at the beginning of the following word (and never at the end of this word).
VS code is my favorite text editor for everything, for coding and for writing text (LaTeX, e.g.). The following behavior is inconsistent and always distracting:
Suppose the text we edit is "... brief text example ... "
One operation, one intention, but 3 different results.
Only 1 is correct, the expected behavior for 1-4 above is always "text\~". Text editors, which do this correctly, include notepad, kile, texstudio, ... Did I miss a setting which fixes that?
This is how the problem should be resolved: ctrl + right should (behave as ctrl+left and) always position the cursor at the beginning of the following word (and never at the end of this word).
Thank you.