diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-17 21:56:23 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-17 21:56:23 +0100 |
commit | 606ebcefb7ccc160f3dd9583685d30345b2d95b6 (patch) | |
tree | ed679bf9f35bd13d5c3b504967b5242cd1763e0c /README | |
parent | 9f744aa5e4e032cfe413673fa7e875ab16ce8600 (diff) | |
download | geiser-guile-606ebcefb7ccc160f3dd9583685d30345b2d95b6.tar.gz geiser-guile-606ebcefb7ccc160f3dd9583685d30345b2d95b6.tar.bz2 |
Document browser improvements: history and links.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -65,3 +65,18 @@ | C-cm | See module documentation | | C-ca | Toggle autodoc mode | |--------------+-----------------------------------------| + +*** In the documentation browser: + + |-----------+----------------------------------------------| + | n/p | next/previous page | + | l | 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 | + | M-. | edit symbol at point | + | C-cz | switch to REPL | + | q | bury buffer | + |-----------+----------------------------------------------| |