From 8ec419f8e54e1f9510a8bd21d7a556979d4ec9e5 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 22 Mar 2022 11:28:17 +0100 Subject: [PATCH] fixed duplicate default hotkeys --- tabby-core/src/configDefaults.linux.yaml | 6 +++--- tabby-core/src/configDefaults.windows.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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'