summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 626d18d..b2047b2 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -112,6 +112,7 @@
(keymap-global-set "C-c f" #'toggle-frame-maximized)
(windmove-default-keybindings 'super)
+(windmove-swap-states-default-keybindings)
(dolist (fn '(delete-window split-window-horizontally split-window-vertically))
(advice-add fn :after #'(lambda (&rest _args) (balance-windows))))