mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Re-add default tab switching keymaps on windows
This commit is contained in:
parent
61225b6798
commit
f56779b050
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@
|
||||||
"alt+f4"
|
"alt+f4"
|
||||||
],
|
],
|
||||||
"tab:new": "ctrl+shift+t",
|
"tab:new": "ctrl+shift+t",
|
||||||
|
"tab:next": [
|
||||||
|
"ctrl+tab"
|
||||||
|
],
|
||||||
|
"tab:prev": [
|
||||||
|
"ctrl+shift+tab"
|
||||||
|
],
|
||||||
"tab:jump:prefix": "ctrl",
|
"tab:jump:prefix": "ctrl",
|
||||||
"pane:next": "ctrl+pageup",
|
"pane:next": "ctrl+pageup",
|
||||||
"pane:prev": "ctrl+pagedown",
|
"pane:prev": "ctrl+pagedown",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue