Replies: 2 comments
-
I personally prefer the current behavior, but I'm curious what others think. I also think the selection should either always or never be moved, instead of introducing a special case for one-character selections. Edit: You could also get the behavior you describe using a custom key bind: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@CptPotato Consistency is good (never moving the cursor), I think this case is an exception though but maybe I'm in the minority |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
computerid
, for examplei
, and press~
computerId
, with the cursor remaining onI
~
again to getcomputerID
, that is, the cursor being moved to the right by~
if the selection's size was just 1 character.I think this would improve usability of this common use-case
Beta Was this translation helpful? Give feedback.
All reactions