From a41f5c5eb85d19cc369c163ad38516aa3cb95aab Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 20 Feb 2024 19:32:18 +0100 Subject: mac: remove default mappings for tab bar --- lisp/init-mac.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp') 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-")) + (global-unset-key (kbd "C-S-"))) + ;; don't open files from the workspace in a new frame (setq ns-pop-up-frames nil) -- cgit v1.2.3