Open xudyang1 opened 7 months ago
This is not a bug but the intended behavior, as this enables using Firenvim on elements whose selector cannot be decided. I can see how the behavior you expected is useful though, I'll try to implement it.
This is not a bug but the intended behavior, as this enables using Firenvim on elements whose selector cannot be decided. I can see how the behavior you expected is useful though, I'll try to implement it.
Already changed it into a feature request!
What I tried to do
Type
<C-e>
to open firenvim in pagegithub.com/glacambre/firenvim/issues/ISSUE_NUMBERS
to edit comment / post new commentWhat happened
No window was open. Then, I typed
<C-e>
again, a firenvim window appeared at the upper left corner of the page. The filename contains selectorTEXTAREA-id-feedback
.I tried to exclude the element, but the following config did not work:
Current solution is to manually click at the comment textarea and then type
<C-e>
to trigger firenvim.