aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.func2
-rw-r--r--doc/keymap.default4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/README.func b/doc/README.func
index 8e2650c..b992308 100644
--- a/doc/README.func
+++ b/doc/README.func
@@ -28,6 +28,8 @@ HISTORY View history of URL
INFO View info of current document
INTERRUPT Stop loading document
INIT_MAILCAP Reread mailcap (mainly for local-CGI)
+ISEARCH Incremental search forward
+ISEARCH_BACK Incremental search backward
LEFT Shift screen one column
LINE_BEGIN Go to the beginning of line
LINE_END Go to the end of line
diff --git a/doc/keymap.default b/doc/keymap.default
index e692340..2dad146 100644
--- a/doc/keymap.default
+++ b/doc/keymap.default
@@ -24,8 +24,8 @@ keymap C-l REDRAW
keymap C-m GOTO_LINK
keymap C-n MOVE_DOWN
keymap C-p MOVE_UP
-keymap C-r SEARCH_BACK
-keymap C-s SEARCH
+keymap C-r ISEARCH_BACK
+keymap C-s ISEARCH
keymap C-u PREV_LINK
keymap C-v NEXT_PAGE
keymap C-w WRAP_TOGGLE