Update key bindings for tab-bar-mode
This commit is contained in:
parent
82e8ace8f7
commit
765029e0c8
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -182,8 +182,8 @@
|
|||
:box '(:line-width (1 . 8) :style flat-button))
|
||||
|
||||
(use-package tab-bar
|
||||
:bind (("M-[" . tab-bar-switch-to-prev-tab)
|
||||
("M-]" . tab-bar-switch-to-next-tab))
|
||||
:bind (("C-M-[" . tab-bar-switch-to-prev-tab)
|
||||
("C-M-]" . tab-bar-switch-to-next-tab))
|
||||
:custom
|
||||
(tab-bar-auto-width nil)
|
||||
(tab-bar-auto-width-max '(250 25))
|
||||
|
|
Loading…
Add table
Reference in a new issue