From adab1147e0da42c890d047d55b0f2dc5082db383 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 27 May 2025 11:48:31 +0200 Subject: [PATCH] fix: Docs on keys to use when resizing --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 63b47ad..d80c79b 100644 --- a/config.org +++ b/config.org @@ -301,8 +301,8 @@ C-c C-c to apply." :global t (if (<= (length (window-list)) 1) (progn (setq resize-frame nil) - (message "Only root frame exists, abort.")) - (message "Use arrow-keys or i/j/k/l to adjust frames."))) + (message "Only root frame exists, abort.")) + (message "Use arrow-keys or C-p/n/f/b to adjust frames."))) (defun resize-frame-done () (interactive)