From 3252796f179e24f4b73b8eb8db52ef932f6e9bc7 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 22 Aug 2020 14:31:19 -0700 Subject: change: Allow e to also close expanded widgets Allow `e` to toggle expansion, rather than only allowing it to open. --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.rs') diff --git a/src/constants.rs b/src/constants.rs index f8852cc9..c2e03d97 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -78,7 +78,7 @@ pub const GENERAL_HELP_TEXT: [&str; 29] = [ "? Open help menu\n", "gg Jump to the first entry\n", "G Jump to the last entry\n", - "e Expand the currently selected widget\n", + "e Toggle expanding the currently selected widget\n", "+ Zoom in on chart (decrease time range)\n", "- Zoom out on chart (increase time range)\n", "= Reset zoom\n", -- cgit v1.2.3