-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix lastest win home & end bindings #3378
Comments
Why was this changed?! |
Not sure I understand (I'm on Linux so I can't test it). The defaults you linked are broken? and then you fix them by adding those to your Also, what version are you on? There's no |
Correct. |
Could we please fix this simple typo? It is driving me crazy :-) I have tested and can confirm that this does not work:
and this does work:
I am running |
Issue
Key bindings for beginning and end of line no longer work as defaults.
https://github.com/zeit/hyper/blob/master/app/keymaps/win32.json#L44-45
Can be fixed by as:
"editor:moveBeginningLine": "Home",
"editor:moveEndLine": "End",
The text was updated successfully, but these errors were encountered: