Listen to mode changes #1572
Juan R (juaoose)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm working on an extension and it's interaction with IdeaVim is not the best. I'm trying to listen to mode changes (specifically leaving Insert mode) but the only solution I've found is using the
@Internalmode change listeners viaVimListenersNotifier... Am I missing another pathway?Thank you.
All reactions