tabby/terminus-core/src/configDefaults.linux.yaml
2019-06-13 00:34:52 +02:00

55 lines
854 B
YAML

hotkeys:
new-window:
- 'Ctrl-Shift-N'
toggle-window:
- 'Ctrl+Space'
toggle-fullscreen:
- 'F11'
close-tab:
- 'Ctrl-Shift-W'
toggle-last-tab: []
rename-tab:
- 'Ctrl-Shift-R'
next-tab:
- 'Ctrl-Shift-Right'
- 'Ctrl-Tab'
previous-tab:
- 'Ctrl-Shift-Left'
- 'Ctrl-Shift-Tab'
tab-1:
- 'Alt-1'
tab-2:
- 'Alt-2'
tab-3:
- 'Alt-3'
tab-4:
- 'Alt-4'
tab-5:
- 'Alt-5'
tab-6:
- 'Alt-6'
tab-7:
- 'Alt-7'
tab-8:
- 'Alt-8'
tab-9:
- 'Alt-9'
tab-10:
- 'Alt-0'
split-right:
- 'Ctrl-Shift-E'
split-bottom:
- 'Ctrl-Shift-D'
split-left: []
split-top: []
pane-nav-right:
- 'Ctrl-Alt-Right'
pane-nav-down:
- 'Ctrl-Alt-Down'
pane-nav-up:
- 'Ctrl-Alt-Up'
pane-nav-left:
- 'Ctrl-Alt-Left'
close-pane: []
pluginBlacklist: ['ssh']