Update key bindings for tab-bar-mode

This commit is contained in:
Marcus Kammer 2024-10-26 14:40:31 +02:00
parent 82e8ace8f7
commit 765029e0c8
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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))