aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/config.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 5b23b1e..3476ce2 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -748,6 +748,17 @@ the keyword ~:hydra~ in use-package declarations.
(use-package use-package-hydra
:straight t)
+
+(use-package evil
+ :hydra
+ (evil-window-resize-hydra
+ nil "Resize windows easily."
+ ("h" #'evil-window-decrease-width)
+ ("j" #'evil-window-increase-height)
+ ("k" #'evil-window-decrease-height)
+ ("l" #'evil-window-increase-width))
+ :general
+ (leader "wr" #'evil-window-resize-hydra/body))
#+end_src
* Aesthetics
General look and feel of Emacs, perhaps the most important of all the