-
-
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
Vim mode randomly not functional - show warning #2725
Comments
Do you see anything in the console? We're in the process of improving our logging which you'll see in the next release. We should also add a section in our You can toggle vim using the |
There is nothing of interest in developer tools. |
We added more logging, can you set it to |
I will try to look into this today -- I noticed the issue again yesterday. |
In an effort to keep our issue list sane, I'm closing this issue particularly as there hasn't been an update, and the issue filed is rather generic without specific repro steps. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Hybrid
What happened:
Vim mode randomly stops functioning or does not function on initial load.
What did you expect to happen:
I expect vim mode to always work when enabled, or to prevent input when it is not 'working'.
How to reproduce it (as minimally and precisely as possible):
Start up an editor on a large project. Open a file and begin typing. You will notice that 'vim mode' does not immediately activate and you are able to modify your file as if it were disabled.
Environment:
macOS, Windows 10, and Ubuntu 18.04
Suggestion:
Perhaps it would be possible to show an easily-identified visual indicator (beyond the cursor) to indicate to the user that the editor is doing something and vim mode will be back shortly. An option to disable input while vim mode is not active would be very helpful as well -- perhaps with the aid of another extension.
The text was updated successfully, but these errors were encountered: