ardagnir / pterosaur

All firefox text fields are vim.
GNU Affero General Public License v3.0
772 stars 30 forks source link

Esc inserts text #47

Open tankorsmash opened 9 years ago

tankorsmash commented 9 years ago

Go to http://stackoverflow.com/, type 'asdasd' in the search bar, hit esc, click back in the search bar, type a bit, hit escape, see random text get inserted.

FF 34.0, Ubuntu 12.04

baskervald commented 9 years ago

I have this problem as well. Are you also using pentadactyl? I solve it by having my vim escape bound to "jj" and hitting that to return to normal mode before I hit escape to exit the text box, and that seems to work fine. I imagine it would work with any binding.

tankorsmash commented 9 years ago

No I'm not, but thanks for the tip.