From 144f5ec579f412dd7166c2a3dd291f8c9bed3601 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 13 Nov 2022 22:57:23 +0530 Subject: [PATCH] Define right-hand keys for window operations --- init.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.org b/init.org index 6e83295..60969b3 100644 --- a/init.org +++ b/init.org @@ -652,6 +652,11 @@ Add these common operations to the hydra - ("1" delete-other-windows "delete others" :color red) ("2" split-window-below "split below" :color red) ("3" split-window-right "split right" :color red) + + ("7" delete-other-windows "delete others" :color red) + ("8" split-window-below "split below" :color red) + ("9" split-window-right "split right" :color red) + ("]" text-scale-increase "zoom in" :color red) ("[" text-scale-decrease "zoom out" :color red) ("\\" (text-scale-increase 0) "zoom reset" :color red)