From ba6dbb18f287168dcadd0f8337e2adc24e84f91e Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 24 Apr 2024 03:07:31 +0200 Subject: [PATCH] window management --- init.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/init.org b/init.org index 8d8d916..7238f26 100644 --- a/init.org +++ b/init.org @@ -743,6 +743,28 @@ #+end_src +* Window management + + Some keybindings (involving the option, resulting in funny symbols) for + window management. + + #+begin_src emacs-lisp + + (use-package windmove + :ensure nil + :bind (:map custom-bindings-map + ("M-˙" . windmove-left) + ("M-∆" . windmove-down) + ("M-˚" . windmove-up) + ("M-¬" . windmove-right) + + ("M-ó" . windmove-swap-states-left) + ("M-ô" . windmove-swap-states-down) + ("M-" . windmove-swap-states-up) + ("M-ò" . windmove-swap-states-right))) + + #+end_src + * EditorConfig Using [[https://editorconfig.org/][EditorConfig]] is a must when collaborating with others. It is also a way