1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 10:01:40 +03:00
tabby/terminus-core/src/configDefaults.macos.yaml
2019-04-16 15:42:11 +02:00

54 lines
816 B
YAML

hotkeys:
new-window:
- '⌘-N'
toggle-window:
- 'Ctrl+Space'
toggle-fullscreen:
- 'Ctrl+⌘+F'
close-tab:
- '⌘-W'
toggle-last-tab: []
rename-tab:
- '⌘-R'
next-tab:
- 'Ctrl-Tab'
previous-tab:
- 'Ctrl-Shift-Tab'
tab-1:
- '⌘-1'
tab-2:
- '⌘-2'
tab-3:
- '⌘-3'
tab-4:
- '⌘-4'
tab-5:
- '⌘-5'
tab-6:
- '⌘-6'
tab-7:
- '⌘-7'
tab-8:
- '⌘-8'
tab-9:
- '⌘-9'
tab-10:
- '⌘-0'
split-right:
- '⌘-Shift-D'
split-bottom:
- '⌘-D'
split-left: []
split-top: []
pane-nav-right:
- '⌘-⌥-ArrowRight'
pane-nav-down:
- '⌘-⌥-ArrowDown'
pane-nav-up:
- '⌘-⌥-ArrowUp'
pane-nav-left:
- '⌘-⌥-ArrowLeft'
close-pane:
- '⌘-Shift-W'
pluginBlacklist: ['ssh']