summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-04-06 08:59:25 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2025-04-06 08:59:25 +0100
commit588506c3ad3a99fd01801d4df37ddee7538881e6 (patch)
tree55c66e00aa4b788b6edc8d5412b2c2f00c127647 /emacs
parent4e26c2c221c268d56fae0599093f300d1293a62f (diff)
linux/emacs: Bind s-` to ‘other-frame’
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 301a164..c2d4437 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -134,8 +134,6 @@
;; “Window” Management
-(keymap-global-set "C-TAB" #'other-window)
-(keymap-global-set "C-M-TAB" #'other-frame)
(keymap-global-set "C-c f" #'toggle-frame-maximized)
(windmove-default-keybindings 'super)