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
The word boundaries used for executing a text selection shouldn't be the same as the movement commands. The movement command word boundaries should be the same as in vi, but for the sake of executing a word it should be a little looser about what it considers a boundary (for instance, . and / are often part of a filename or path, so they shouldn't be considered separators when middle clicking or hitting enter.)
The text was updated successfully, but these errors were encountered:
Commands are now only deliminated by whitespace, and movement words by various other characters. (If the characters don't match up with vi, it should be added to issue #1)
The word boundaries used for executing a text selection shouldn't be the same as the movement commands. The movement command word boundaries should be the same as in vi, but for the sake of executing a word it should be a little looser about what it considers a boundary (for instance, . and / are often part of a filename or path, so they shouldn't be considered separators when middle clicking or hitting enter.)
The text was updated successfully, but these errors were encountered: