summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2024-02-20 19:32:18 +0100
committerMartin Polden <mpolden@mpolden.no>2024-02-20 19:33:52 +0100
commita41f5c5eb85d19cc369c163ad38516aa3cb95aab (patch)
tree698c2741aaf04aa353799b40e1655edafeae0b84 /lisp
parentcc9ca55f92ae8e0e64dd86335795d1ea6a067ae7 (diff)
mac: remove default mappings for tab bar
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-mac.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index cbd1f81..b0a278b 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -23,6 +23,11 @@
;; disable native tabs
(setq mac-frame-tabbing nil)
+;; remove default mappings for tab bar
+(when (featurep 'mac)
+ (global-unset-key (kbd "C-<tab>"))
+ (global-unset-key (kbd "C-S-<tab>")))
+
;; don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)