Replies: 1 comment 1 reply
-
You can configure what selector Firenvim takes over with the selector configuration attribute. However, I'm afraid changing the selector won't help here. I believe whatsapp web is written in a fancy JavaScript framework (react, most likely), which Firenvim can't interact with. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can trigger nvim in web.whatsapp.com.
:w
writes the text (I can see it in the temp file).However, when I quit using
:q
or:wq
, the text is not written back.Is there a way to specify the selector, firenvim should write back to?
I'm using the latest firefox on Linux Mint. I have tried brave too.
Other sites are fine.
Beta Was this translation helpful? Give feedback.
All reactions