From a4a48ee5b94f05643944966bcd14856b1df7edc9 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 23 Nov 2024 21:55:25 -0500 Subject: [PATCH] docs: update help text for popup --- src/ui/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/mod.rs b/src/ui/mod.rs index 49398a5..259e419 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -186,6 +186,8 @@ impl<'ws> Workspace<'ws> { "* h,j,k,l: vim style navigation".to_string(), "* CTRl-r: Add a row".to_string(), "* CTRl-c: Add a column".to_string(), + "* CTRl-l: Grow column width by 1".to_string(), + "* CTRl-h: Shrink column width by 1".to_string(), "* q exit".to_string(), "* Ctrl-S Save sheet".to_string(), ],