summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)