summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-18 21:16:06 +0100
committerBlake Romero <blake@developercraft.com>2025-10-18 21:16:06 +0100
commitb1aca3ec23009d03295bf6c4d0883d960b9c698f (patch)
treebc15f3a5fc8ca32bc2a34815dc79c62b35de278e /emacs-config.org
parentf28fb452668b72bd32aef75b671eb25416f5fb5d (diff)
Add balance window keybinding
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 53c8b8a..b219af2 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1689,6 +1689,7 @@ Window actions.
(keymap-set +global-keys-map "C-S-V" #'scroll-other-window)
(keymap-set +global-keys-map "C-M-<" #'beginning-of-buffer-other-window)
(keymap-set +global-keys-map "C-M->" #'end-of-buffer-other-window)
+ (keymap-set +global-keys-map "C-x w =" #'balance-windows)
#+end_src
Buffer actions.