mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(workspaces/tab-bar): easier use of tab groups
Expose tab-group via a keybindings, and also tweak tab-bar group face to make it less annoying than the default.
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
"p" 'siren-tab-bar-move-tab-left
|
||||
"s" 'siren-tab-bar-switch-to-or-create-tab
|
||||
"C-s" 'siren-tab-bar-switch-to-or-create-tab
|
||||
"e" 'tab-switcher
|
||||
"C-e" 'tab-switcher
|
||||
"g" 'tab-group
|
||||
"e" 'tab-group
|
||||
"C-e" 'tab-group
|
||||
"u" 'tab-undo
|
||||
"C-u" 'tab-undo
|
||||
";" 'siren-tab-bar-echo-tab-list
|
||||
|
||||
Reference in New Issue
Block a user