Skip to content

Commit b33f453

Browse files
author
a1ph2
committed
Disable tab switch key
1 parent e5df238 commit b33f453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lisp/init-ui.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
(cnfonts-profiles '("default-fonts"))
7373
:hook (after-init . cnfonts-mode))
7474

75+
(use-package tab-bar
76+
:bind (:map
77+
tab-bar-mode-map
78+
("C-<tab>" . nil)))
79+
7580
(use-package tabspaces
7681
:hook
7782
(after-init . tabspaces-mode) ;; use this only if you want the minor-mode loaded at startup.

0 commit comments

Comments
 (0)