diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-21 19:01:36 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-21 19:01:36 +0100 |
commit | 565b22e7d26a852504fe09b5316cea06f767e2d1 (patch) | |
tree | 3e5cfb1b8020891fe5571636984126720ecb2c31 /README | |
parent | c48db15666159bf5880c4d67374c8fd6e77328fd (diff) | |
download | geiser-565b22e7d26a852504fe09b5316cea06f767e2d1.tar.gz geiser-565b22e7d26a852504fe09b5316cea06f767e2d1.tar.bz2 |
Doc browser: section navigation cmmands
Details, details.
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 18 insertions, 14 deletions
@@ -160,20 +160,24 @@ *** In the documentation browser: - |------------+----------------------------------------------| - | n, f | Next page | - | p, b | Previous page | - | TAB, S-TAB | Next/previous link | - |------------+----------------------------------------------| - | k | Kill current page and go to previous or next | - | g, r | Refresh page | - | c | Clear browsing history | - |------------+----------------------------------------------| - | ., M-. | Edit identifier at point | - | z | Switch to REPL | - |------------+----------------------------------------------| - | q | Bury buffer | - |------------+----------------------------------------------| + |----------+----------------------------------------------| + | f | Next page | + | b | Previous page | + |----------+----------------------------------------------| + | TAB, n | Next link | + | S-TAB, p | Previous link | + | N | Next section | + | P | Previous section | + |----------+----------------------------------------------| + | k | Kill current page and go to previous or next | + | g, r | Refresh page | + | c | Clear browsing history | + |----------+----------------------------------------------| + | ., M-. | Edit identifier at point | + | z | Switch to REPL | + |----------+----------------------------------------------| + | q | Bury buffer | + |----------+----------------------------------------------| *** In backtrace (evaluation/compile result) buffers: |