-
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
Restore v1 keymaps for tab switching #2485
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NICE! 🎉
app/keymaps/linux.json
Outdated
@@ -36,4 +46,4 @@ | |||
"editor:deleteEndLine": "ctrl+end", | |||
"editor:clearBuffer": "ctrl+shift+k", | |||
"plugins:update": "ctrl+shift+u" | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline
app/keymaps/win32.json
Outdated
@@ -36,4 +46,4 @@ | |||
"editor:deleteEndLine": "ctrl+end", | |||
"editor:clearBuffer": "ctrl+shift+k", | |||
"plugins:update": "ctrl+shift+u" | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline
app/keymaps/darwin.json
Outdated
@@ -37,4 +47,4 @@ | |||
"editor:clearBuffer": "command+k", | |||
"editor:emojis": "command+ctrl+space", | |||
"plugins:update": "command+shift+u" | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline
🙏 |
This PR restore keymaps used in v1 for tab switching: https://github.com/zeit/hyper/blob/57166a57a2361894f8897630fff6d460e96aae3f/lib/containers/hyper.js#L57-L64