Option to disable for browser-based editors #969
Answered
by
gdh1995
scottrohrig
asked this question in
Q&A
-
I can't seem to find any info regarding disabling (or forcing vimium to stay in insert mode) while editing in a browser based editor that supports vim keybindings. For example, codesandbox has support for vim keybindings, but pressing escape to exit the editor's insert mode also exits vimium insert mode. How can I either disable vimium for the editor, or force vimium to remain in insert mode while in the editor? |
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
Jul 23, 2023
Replies: 1 comment
-
Um there're some ways to make Vimium C keep in insert mode:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scottrohrig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Um there're some ways to make Vimium C keep in insert mode:
map <a-/> enterInsertMode key="<a-/>"
, and then pressAlt+/
to toggle its insert mode -Escape
will be passed to pagesmap <a-/> openUrl url="vimium://status/toggle-disabled/^%20<a-/>"
, and thenAlt+/
will toggle Vimium C's "disabled mode"