From 7989673570a5a48ce57f6e3c60d004699f3519c9 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 9 Sep 2023 23:39:02 +0100 Subject: emacs: Use Super key with windmove --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) 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)))) -- cgit v1.2.3-70-g09d2