How do I invert a vim_mode = condition for keybinding context? #19029
Unanswered
BenCandibots
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a context that encapsulate everything save for insert mode? I attempted
vim_mode != insert
!vim_mode == insert
! (vim_mode == insert)
and additional variations.
Beta Was this translation helpful? Give feedback.
All reactions