-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 extension is not working #708
Comments
Could not reproduce with same code-server and VSCodeVim versions. I was able to navigate around the file with vim keybindings and toggle vim mode through the command palette. |
Try run the browser in incognito mode. |
I've got the same issue, similar setup. An additional piece of info: whenever I try to use Vim with |
Used |
I wasn’t able to get this working, but am also not going to be using the project in the near future as it was part of a lost battle in discussion at work. Thanks for the awesome work here, it’s really impressive. |
@fwcd Is that Firefox? The vim extension uses regular expressions Firefox doesn't support yet, so for now the only workaround is to use Chrome. |
Let's add this to the FAQ. |
Quick question, if the issue is with Safari, why in online.microsoft.com vim works quite well? Do they use a different one? |
We run it in the browser while they probably run it on the server. The issue we had with running it on the server is that depending on your connection it can get rather laggy because it has to communicate to the server and back for every keystroke. Perhaps we should have a way to force it to load on the server though? Or keep it on the server by default and have a way to make it run in the browser? |
Yup I noticed is a little slow, but I agree that running it on the server can be a good choice if you have a good connection or better, if Do you have a document or instructions to force it on the server? Thank you! |
Nope, unfortunately at the moment it's hard-coded so we'd need to make that customizable. |
This is being fixed upstream VSCodeVim/Vim#3525 (comment) |
code-server
version: code-server v1.1119-vsc1.33.1Description
After installing the VSCodeVim extension, I'm unable to use vim keymappings. I tried toggling vim mode as well, to find the error
command 'toggleVim' not found
.I've tried installing extension versions 1.4.0, 1.8.0, and 1.0.8 as per indicated in previous similar issues but am not able to get it to work at all. Any version of code-server in particular I should try downgrading to?
Steps to Reproduce
The text was updated successfully, but these errors were encountered: