-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Incorrect Cursor Position after Transition into Normal Mode
- By having `redraw` enforce cursor position, we were double moving becase both `redraw` (via `Motion.changedMode`) and `handleActivationKey` were moving the cursor left. This makes it so `redraw` is not responsible for enforcing the cursor position. Instead, position enforcement is handled only when the cursor may have been moved externally (ie via the mouse).
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters