Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
vim
example's text selection should be inclusive in visual mode
Vim's text selection is inclusive. For example, when a cursor is on 'r' of 'bar', 'r' is included in the selection. However tui-textarea's text selection is exclusive on the end of the range. Move cursor forward to emulate Vim's behavior better.
- Loading branch information