diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 43d12ab..26086af 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -109,6 +109,8 @@ (global-set-key (kbd "C-c l") #'my/focus-frame) (global-set-key (kbd "C-c f") #'toggle-frame-maximized) +(windmove-default-keybindings 'super) + (dolist (fn '(delete-window split-window-horizontally split-window-vertically)) (advice-add fn :after #'(lambda (&rest _args) (balance-windows)))) |
