Replies: 1 comment 5 replies
-
Here we have the explanation for the design. And yes, these are all the word related commands, and the In most scenarios, we do accurate operations, we want to construct the selection in a most efficient way. So we don't really need a method to shrink the selection, unless we made a mistake. That's why we have this pop command as an undo command. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The description in the "Extending Selection" part of the tutorial is confusing. It says that after
meow-mark-word
, usingmeow-next-word
"Moves forward to the end of the current word" andmeow-back-word
"Moves backward to the beginning of the current word". For me,meow-next-word
extends the selection to include the word after the current selection, andmeow-back-word
extends the selection to include the word before the current selection, independently of the cursor position (i.e.,meow-reverse
changes nothing for theses commands). In particular, the only way to shorten the selection at this point in the tutorial is to run `meow-pop-selection'.Is this a bug in the tutorial?
Beta Was this translation helpful? Give feedback.
All reactions