diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-06 03:59:03 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-06 03:59:03 +0200 |
commit | 9961210627268ec740998f8a7cdb942c6b7cdc23 (patch) | |
tree | ec3328d9a8dd6fd7e72aa829c255312a922e8ad3 /README | |
parent | 8f42520501ade7643aa517b2c5aa2456ac992f02 (diff) | |
download | geiser-guile-9961210627268ec740998f8a7cdb942c6b7cdc23.tar.gz geiser-guile-9961210627268ec740998f8a7cdb942c6b7cdc23.tar.bz2 |
Conflicts between view-mode and geiser-doc-mode keymaps removed.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -150,13 +150,13 @@ *** In the documentation browser: |-----------+----------------------------------------------| - | n/p | next/previous page | - | l | previous page | + | C-c C-f | next page | + | C-c C-b | previous page | | SPC/S-SPC | scroll up/down | | TAB/S-TAB | next/previous link | - | k | kill current page and go to previous or next | - | r | refresh page | - | c | clean browsing history | + | C-c C-k | kill current page and go to previous or next | + | C-c C-r | refresh page | + | C-c C-c | clean browsing history | | M-. | edit identifier at point | | C-cz | switch to REPL | | q | bury buffer | |