Commit Diff


commit - 28c54b826b2cf26c7840db947ee29fe2b17e893f
commit + c282f7879bc381d455df8a2fbe57446aba59c985
blob - 900ac3248e1cbc34e6a1f18da454d1efcf8a4238
blob + 426c243e4b78837becf817c0af76f0869d84b12f
--- tog/tog.c
+++ tog/tog.c
@@ -550,6 +550,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"),\