Implement reverse searching (via ^R, of course).
[sgt/tweak] / rcfile.c
index 146c8c2..6f5de8f 100644 (file)
--- a/rcfile.c
+++ b/rcfile.c
@@ -111,6 +111,7 @@ static char *default_rc[] = {
     "",
     "# Key bindings: additional movement keys",
     "bind search ^S",
+    "bind search-back ^R",
     "bind goto-position ^XG",
     "bind goto-position ^Xg",
     "bind screen-recentre ^L",