mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 08:19:54 +00:00
Added rename-tab hotkey
This commit is contained in:
parent
2b90a17d5e
commit
798dda5236
@ -11,6 +11,8 @@ hotkeys:
|
|||||||
toggle-last-tab:
|
toggle-last-tab:
|
||||||
- ['Ctrl-A', 'A']
|
- ['Ctrl-A', 'A']
|
||||||
- ['Ctrl-A', 'Ctrl-A']
|
- ['Ctrl-A', 'Ctrl-A']
|
||||||
|
rename-tab:
|
||||||
|
- 'Ctrl-Shift-R'
|
||||||
next-tab:
|
next-tab:
|
||||||
- 'Ctrl-Shift-ArrowRight'
|
- 'Ctrl-Shift-ArrowRight'
|
||||||
- ['Ctrl-A', 'N']
|
- ['Ctrl-A', 'N']
|
||||||
|
@ -8,6 +8,8 @@ hotkeys:
|
|||||||
close-tab:
|
close-tab:
|
||||||
- '⌘-W'
|
- '⌘-W'
|
||||||
toggle-last-tab: []
|
toggle-last-tab: []
|
||||||
|
rename-tab:
|
||||||
|
- 'Ctrl-Shift-R'
|
||||||
next-tab:
|
next-tab:
|
||||||
- 'Ctrl-Tab'
|
- 'Ctrl-Tab'
|
||||||
previous-tab:
|
previous-tab:
|
||||||
|
@ -11,6 +11,8 @@ hotkeys:
|
|||||||
toggle-last-tab:
|
toggle-last-tab:
|
||||||
- ['Ctrl-A', 'A']
|
- ['Ctrl-A', 'A']
|
||||||
- ['Ctrl-A', 'Ctrl-A']
|
- ['Ctrl-A', 'Ctrl-A']
|
||||||
|
rename-tab:
|
||||||
|
- 'Ctrl-Shift-R'
|
||||||
next-tab:
|
next-tab:
|
||||||
- 'Ctrl-Shift-ArrowRight'
|
- 'Ctrl-Shift-ArrowRight'
|
||||||
- ['Ctrl-A', 'N']
|
- ['Ctrl-A', 'N']
|
||||||
|
@ -215,6 +215,10 @@ export class AppHotkeyProvider extends HotkeyProvider {
|
|||||||
id: 'toggle-fullscreen',
|
id: 'toggle-fullscreen',
|
||||||
name: 'Toggle fullscreen mode',
|
name: 'Toggle fullscreen mode',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'rename-tab',
|
||||||
|
name: 'Rename Tab',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'close-tab',
|
id: 'close-tab',
|
||||||
name: 'Close tab',
|
name: 'Close tab',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user