Skip to content
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

Open
nosami opened this issue Jun 14, 2017 · 4 comments
Open

Support keyboard remapping #104

nosami opened this issue Jun 14, 2017 · 4 comments

Comments

@nosami
Copy link
Owner

nosami commented Jun 14, 2017

... somehow

@mzieg
Copy link

mzieg commented Jul 23, 2017

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.

@nosami
Copy link
Owner Author

nosami commented Jul 27, 2017

@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 <C-f> and <C-b> is that you need to unbind them from whatever they are currently mapped to before they work in XSVim. I haven't found a good way to do this automatically. I need to do a better job of documenting this but just haven't had time yet, sorry!

@nosami
Copy link
Owner Author

nosami commented Aug 2, 2017

@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 <C-f> works out of the box.

@mzieg
Copy link

mzieg commented Aug 2, 2017

Wow, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants