summaryrefslogtreecommitdiff
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
parent4e26c2c221c268d56fae0599093f300d1293a62f (diff)
linux/emacs: Bind s-` to ‘other-frame’
-rw-r--r--dotfiles-linux/emacs/init.el3
-rw-r--r--emacs/init.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles-linux/emacs/init.el b/dotfiles-linux/emacs/init.el
new file mode 100644
index 0000000..4d7e943
--- /dev/null
+++ b/dotfiles-linux/emacs/init.el
@@ -0,0 +1,3 @@
+;; “Window” Management
+
+(keymap-global-set "s-`" #'other-frame)
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)