Restore v1 keymaps for tab switching (#2485)

This commit is contained in:
CHaBou 2017-11-22 16:10:51 +01:00 committed by GitHub
parent 1e14494ec9
commit a59ccc3ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 6 deletions

View file

@ -12,8 +12,18 @@
"window:toggleFullScreen": "command+ctrl+f", "window:toggleFullScreen": "command+ctrl+f",
"window:close": "command+shift+w", "window:close": "command+shift+w",
"tab:new": "command+t", "tab:new": "command+t",
"tab:next": "command+shift+]", "tab:next": [
"tab:prev": "command+shift+[", "command+shift+]",
"command+shift+right",
"command+alt+right",
"ctrl+tab"
],
"tab:prev": [
"command+shift+[",
"command+shift+left",
"command+alt+left",
"ctrl+shift+tab"
],
"tab:jump:prefix": "command", "tab:jump:prefix": "command",
"pane:next": "command+]", "pane:next": "command+]",
"pane:prev": "command+[", "pane:prev": "command+[",

View file

@ -12,8 +12,18 @@
"window:toggleFullScreen": "f11", "window:toggleFullScreen": "f11",
"window:close": "ctrl+shift+q", "window:close": "ctrl+shift+q",
"tab:new": "ctrl+shift+t", "tab:new": "ctrl+shift+t",
"tab:next": "ctrl+tab", "tab:next": [
"tab:prev": "ctrl+shift+tab", "ctrl+shift+]",
"ctrl+shift+right",
"ctrl+alt+right",
"ctrl+tab"
],
"tab:prev": [
"ctrl+shift+[",
"ctrl+shift+left",
"ctrl+alt+left",
"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",

View file

@ -12,8 +12,18 @@
"window:toggleFullScreen": "f11", "window:toggleFullScreen": "f11",
"window:close": "ctrl+shift+q", "window:close": "ctrl+shift+q",
"tab:new": "ctrl+shift+t", "tab:new": "ctrl+shift+t",
"tab:next": "ctrl+tab", "tab:next": [
"tab:prev": "ctrl+shift+tab", "ctrl+shift+]",
"ctrl+shift+right",
"ctrl+alt+right",
"ctrl+tab"
],
"tab:prev": [
"ctrl+shift+[",
"ctrl+shift+left",
"ctrl+alt+left",
"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",