mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-21 11:59:53 +00:00
55 lines
894 B
YAML
55 lines
894 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-ArrowRight'
|
|
- 'Ctrl-Tab'
|
|
previous-tab:
|
|
- 'Ctrl-Shift-ArrowLeft'
|
|
- '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: []
|
|
split-nav-right:
|
|
- 'Ctrl-Alt-ArrowRight'
|
|
split-nav-down:
|
|
- 'Ctrl-Alt-ArrowDown'
|
|
split-nav-up:
|
|
- 'Ctrl-Alt-ArrowUp'
|
|
split-nav-left:
|
|
- 'Ctrl-Alt-ArrowLeft'
|
|
close-focus-pane: []
|
|
pluginBlacklist: ['ssh']
|