fixed duplicate default hotkeys

This commit is contained in:
Eugene Pankov 2022-03-22 11:28:17 +01:00
parent 780691413d
commit 8ec419f8e5
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 6 additions and 6 deletions

View File

@ -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'

View File

@ -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'