-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support keyboard remapping #104
Comments
Is there a page or file describing what vim commands are already supported? For instance, it seemed that ctrl-F and ctrl-B weren't mapped to page-forward and -back. I'm new to Visual Studio Community (Mac), but I spent many years using VsVim from Windows, and am very excited that a similar extension is available in this environment. |
@mzieg - unfortunately there isn't a page or file describing what is available, but you should be able to work it out by looking at the code here and here The trick to some of the shortcuts (such as |
@mzieg Since 0.38.0 https://github.com/nosami/XSVim/pull/147/files, built in conflicting Visual Studio for Mac commands are automatically disabled, so |
Wow, thank you! |
... somehow
The text was updated successfully, but these errors were encountered: