commit 132d524727bc488554836990bad88e0208b85843 from: Stefan Sperling date: Fri Apr 14 19:15:59 2023 UTC document the S key in tog's online help screen commit - b568caa8aa856a6b8c4c435003250c6dd80b19a3 commit + 132d524727bc488554836990bad88e0208b85843 blob - b5cf65a5e0694a6e6d62637573d08fb3f28a2a6c blob + e94969c6a9902f9b0f221e3e3dc2e5e2b10ff627 --- tog/tog.c +++ tog/tog.c @@ -546,6 +546,7 @@ struct tog_help_view_state { KEY_("+", "Increase size of the focussed split"), \ KEY_("Tab", "Switch focus between views"), \ KEY_("F", "Toggle fullscreen mode"), \ + KEY_("S", "Switch split-screen layout"), \ KEY_("/", "Open prompt to enter search term"), \ KEY_("n", "Find next line/token matching the current search term"), \ KEY_("N", "Find previous line/token matching the current search term"),\