Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vim: Maintain block cursor for navigating/non-modifying operators (#2…
…1502) The cursor shape now only changes to underline for operators that modify text (like: delete, change, yank) while maintaining block shape for navigation operators (like: find, till). This better matches Vim/Nvim's behavior where the cursor only changes shape when an operator that will modify text is pending. Release Notes: - vim: Improved cursor shape behavior to better match Vim
- Loading branch information