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

M-> and M-< are not working on windows with Visual Studio Code 1.15.1 #25

Open
verdecchia opened this issue Aug 29, 2017 · 2 comments
Open

Comments

@verdecchia
Copy link

I'm using Visual Studio Code 1.15.1 and I installed only the vscode-emacs-friendly extension. Everything works like a charm, expect this two bindings (M-> and M->).

image

@ingeba
Copy link

ingeba commented Nov 20, 2018

I can confirm this. I'm unsure about your keyboard settings, but if you use non-US keyboard layout where "<" and ">" is placed differently (not as a combination of SHIFT and "," / "."), the bindings will not work. E.g. on Norwegian keyboard layout, ESC > will have no effect, but using the ALT key to access the US keyboard layout still work, so ESC ALT+SHIFT+. does (as SHIFT . is > on US keyboard). This seems to uncover a serious design flaw in the VSC keyboard bindings in that the actual keyboard layout is disregarded.
Note that this is tested on Windows 10 64-bit with VSC 1.29.1 and EFC 0.8.2

@chrisinmtown
Copy link

Please tell me, would you consider mapping ESC-< and ESC-> to move to the beginning and end of a buffer? Old emacs supports that same as META-< and META->. I find the two-stroke sequence easier than the three-stroke sequence hold-shift hold-meta hit-key. Thanks for listening.

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

No branches or pull requests

3 participants