diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
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)))) |
