-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't leave insert mode (pressing ESC) on GitHub Codespace #7005
Comments
Seems to me this is more "vscodevim.vim not functioning in any way in Codespaces" |
Thanks for filing this @MicaelJarniac. I'm having the same issue with Gitpod (e.g. https://gitpod.io/#https://github.com/PEZ/get-started-with-clojure) so the problem is not unique to Codespaces. |
Duplicate of #6826 |
#6826 seems to have been fixed, but I'm still having the issue reported here. |
@MicaelJarniac Are you sure the web app is capturing the |
I believe the ESC key is working as it should without the extension: On the GIF, I was typing on the editor, then bringing up that box with CTRL+SHIFT+p, typing on it, then hitting ESC to exit it, and the focus was correctly restored to the document, without me having to click it. Might be worth mentioning, the browser I use is Vivaldi, based on Chromium. |
You most likely have a browser Vim emulator like Vimium, and it's capturing your inputs. SolutionDisable Vimium on github.dev DetailsWhy does the escape key work in the command palette but not the editor?
|
@thisisphan I was not using any extension like that, so I don't think that's exactly what was going on, but thanks for the suggestion. |
You just solved a tangentially related issue of mine where Vimium was capturing my I know this is not directly related to this issue, but thank you ser! 🙏 @thisisphan |
Describe the bug
Can't leave insert mode (pressing ESC) on GitHub Codespace
To Reproduce
Steps to reproduce the behavior:
vscodevim.vim
and install itREADME.md
)Expected behavior
When in insert mode (or any mode, for that matter), pressing ESC shouldn't break focus from the editor.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: