Ubuntu Chrome PWA can not use vimplugin esc key
See original GitHub issueOS/Web Information
- Web Browser: Chrome 92.0.4515.107
- Local OS: Ubuntu 18
- Remote OS:debain
code-server --version
: code-server 3.10.2
Steps to Reproduce
1.Code Server install vscodevim.vim 2.Open Chrome and Open Code-Server with PWA full screen or normal mode 3.input in Code-Server editor with vim insert mode, and pressed esc key
Expected
vim mode change to normal mode
Actual
input cursor disappeared, editor not unfocused
please help me. thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ESC key stopped working -- any alternate for menuless vim to ...
Hello, For some unknown reason, my ESC key does not work -- neither on the laptop keyboard nor on an external keyboard. Is...
Read more >VIM, ESC key doesn't work - Ubuntu 20.04
I'm using Ubuntu 20.04 in a Lenovo ideapad. Any help is really appreciated. the VIM terminal that appears when trying to git revert...
Read more >How to send the ESC signal to vim when my esc key doesn't ...
This works for any *nix using X11. Use xev -event keyboard (and then press CapsLock ) to get the keycode for the CapsLock...
Read more >Escape key not working, in any ot the vim extensions #86745
I was using the vscode.vim extension for many months without problem. VS Code version: Code 1.40.2 (f359dd6, 2019-11-25T14:54:40.719Z)
Read more >how to force exit vim Code Example - Code Grepper
Press Esc key: This is very important, because you must exit the edit mode first before typing the exit command(s). Next, you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i think i find the result why my cursor is disappearing
because my chrome used a plugin named vimium.
this plugin will make my cursor disappear when i pressed esc
Thanks for your help。 @jsjoeio
OH! That makes more sense. Sure thing! Glad you found it 🎉