issues
search
Iron-E
/
nvim-libmodal
Create new "modes" for Neovim!
Other
118
stars
7
forks
source link
fix: virtual cursor edge cases
#32
Closed
Iron-E
closed
8 months ago
Iron-E
commented
8 months ago
Follow up to #27. Closes #31.
CursorMoved
events are fired manually by tracking cursor positions internally and looking for changes.
Virtual cursors are cleaned up when leaving buffers.
Follow up to #27. Closes #31.
CursorMoved
events are fired manually by tracking cursor positions internally and looking for changes.