From 256397061fe5ae5649b4569c45bb53c8e45e0cbe Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 18 May 2024 13:03:40 -0500 Subject: Add support for arbitrary command in the note view --- lib/help_screen.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/help_screen.ml') diff --git a/lib/help_screen.ml b/lib/help_screen.ml index 8480a8a..4c607e2 100644 --- a/lib/help_screen.ml +++ b/lib/help_screen.ml @@ -29,6 +29,7 @@ let general_help_menu = ; "Note View", "1" ; "Todo View", "2" ; "Done View", "3" + ; "Run Shell Command", "!" ; "Edit File in $EDITOR", "Enter, e" ] -- cgit v1.2.3