diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-20 09:07:45 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-20 09:07:45 -0500 |
commit | 5aec082b915416107cec9e8c811bbbedafb70b59 (patch) | |
tree | a39601d40898e332508d9708014e0415c069b01b /lib/help_screen.ml | |
parent | 0bc408515cfc9c8feff686f8c758dfaf6c997bb4 (diff) | |
download | stitch-5aec082b915416107cec9e8c811bbbedafb70b59.tar.gz stitch-5aec082b915416107cec9e8c811bbbedafb70b59.tar.bz2 stitch-5aec082b915416107cec9e8c811bbbedafb70b59.zip |
Enable hiding the file name using 'h'
Diffstat (limited to '')
-rw-r--r-- | lib/help_screen.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/help_screen.ml b/lib/help_screen.ml index 0759d26..6e98015 100644 --- a/lib/help_screen.ml +++ b/lib/help_screen.ml @@ -31,6 +31,7 @@ let general_help_menu = ; "Done", "3" ; "Run Shell Command", "!" ; "Edit File in $EDITOR", "Enter, e" + ; "Toggle Hide File Name", "h" ] |