glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.65k stars 143 forks source link

Bash is opening firenvim instance instead of normal nvim #1522

Closed NonlinearFruit closed 1 year ago

NonlinearFruit commented 1 year ago

What I tried to do

In WSL, I tried Bash's edit-and-execute-command (<C-x> + <C-e>) to edit the current command in neovim

What happened

It opens a firenvim instance in the current tab of my browser. Even when my browser is minimized/not-focused

Troubleshooting so far

glacambre commented 1 year ago

You have very likely enabled global browser shortcuts in your browser and are triggering Firenvim's "Turn the currently focused element into a neovim iframe" shortcut by pressing <C-e>. Try disabling global shortcuts or disabling Firenvim's shortcut in your browser's extension-shortcut management page.

I'm closing this issue, but let me know if you need more help.

NonlinearFruit commented 1 year ago

Oh wow... 😂

That explains so much. Removing global on the <C-e> in the browser fixed it.

I was so confused for so long, thank you! 🎉

glacambre commented 1 year ago

I was so confused for so long

Yep, I've got to admit that I spent the first ten minutes that followed reading your issue completely befuddled :)