diff --git a/tabby-core/src/configDefaults.linux.yaml b/tabby-core/src/configDefaults.linux.yaml index c0c150fb..a112199a 100644 --- a/tabby-core/src/configDefaults.linux.yaml +++ b/tabby-core/src/configDefaults.linux.yaml @@ -4,7 +4,7 @@ hotkeys: close-tab: - 'Ctrl-Shift-W' reopen-tab: - - 'Ctrl-Shift-T' + - 'Ctrl-Shift-Z' toggle-last-tab: [] rename-tab: - 'Ctrl-Shift-R' @@ -56,7 +56,7 @@ hotkeys: tab-19: [] tab-20: [] split-right: - - 'Ctrl-Shift-E' + - 'Ctrl-Shift-S' split-bottom: - 'Ctrl-Shift-D' split-left: [] @@ -79,4 +79,4 @@ hotkeys: switch-profile: - 'Ctrl-Alt-T' profile-selector: - - 'Ctrl-Shift-T' + - 'Ctrl-Shift-E' diff --git a/tabby-core/src/configDefaults.windows.yaml b/tabby-core/src/configDefaults.windows.yaml index 7c5f6d17..609b4536 100644 --- a/tabby-core/src/configDefaults.windows.yaml +++ b/tabby-core/src/configDefaults.windows.yaml @@ -5,7 +5,7 @@ hotkeys: close-tab: - 'Ctrl-Shift-W' reopen-tab: - - 'Ctrl-Shift-T' + - 'Ctrl-Shift-Z' toggle-last-tab: [] rename-tab: - 'Ctrl-Shift-R' @@ -57,7 +57,7 @@ hotkeys: tab-19: [] tab-20: [] split-right: - - 'Ctrl-Shift-E' + - 'Ctrl-Shift-S' split-bottom: - 'Ctrl-Shift-D' split-left: [] @@ -80,4 +80,4 @@ hotkeys: switch-profile: - 'Ctrl-Alt-T' profile-selector: - - 'Ctrl-Shift-T' + - 'Ctrl-Shift-E'