| t@@ -110,6 +110,9 @@ help(Item *entry)
"End, " S(_key_end) ": move to end of the page.\n"
"Right, " S(_key_pgnext) ": view highlighted item.\n"
"Left, " S(_key_pgprev) ": view previous item.\n"
+ S(_key_search) ": search current page.\n"
+ S(_key_search_next) ": search string forward.\n"
+ S(_key_search_prev) ": search string backward.\n"
S(_key_uri) ": print item uri.\n"
S(_key_help) ": show this help.\n"
"^D, " S(_key_quit) ": exit sacc.\n" |
| t@@ -46,6 +46,7 @@ help(void)
"p: show previous page.\n"
"t: go to the top of the page\n"
"b: go to the bottom of the page\n"
+ "/foo: search for string \"foo\"\n"
"!: refetch failed item.\n"
"^D, q: quit.\n"
"h, ?: this help."); |