egaga / openvim

Interactive tutorial for Vim.
MIT License
588 stars 74 forks source link

Typing regular characters in the tutor on Firefox causes text searching #81

Closed rhithyn closed 3 years ago

rhithyn commented 4 years ago

Trying to run the OpenVim tutorial on Firefox 80.0.1 on Windows 10 and when I got to the "insert mode" tutorial, pressing "i" started a firefox page search. Further testing, every time I type a regular character, the firefox search takes over after the first character and won't work with OpenVim. searchingpopup

egaga commented 3 years ago

Hi, this was news to me, but if browser takes over key binding for itself, I think I cannot help in any reasonable way.

Perhaps this might fix the issue for you: https://support.mozilla.org/en-US/questions/1284607

rhithyn commented 3 years ago

Perhaps this might fix the issue for you: https://support.mozilla.org/en-US/questions/1284607

That looks like the solution, thank you!