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 /doc/cheat.texi | |
parent | c48db15666159bf5880c4d67374c8fd6e77328fd (diff) | |
download | geiser-565b22e7d26a852504fe09b5316cea06f767e2d1.tar.gz geiser-565b22e7d26a852504fe09b5316cea06f767e2d1.tar.bz2 |
Doc browser: section navigation cmmands
Details, details.
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r-- | doc/cheat.texi | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi index 68e4274..108d5a2 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -150,13 +150,20 @@ @multitable @columnfractions .20 .4 .4 @headitem Key @tab Command @tab Description -@item n, f +@item TAB, n +@tab forward-button +@tab Next link +@item S-TAB, p +@tab backwards-button +@tab Previous link +@item N +@tab geiser-doc-next-section @tab Next section +@item P +@tab geiser-doc-previous-section @tab Previous section +@item f @tab geiser-doc-next @tab Next page -@item p, b +@item b @tab geiser-doc-previous @tab Previous page -@item TAB, S-TAB -@tab forward-button, backwards-button -@tab Next/previous link @item k @tab geiser-doc-kill-page @tab Kill current page and go to previous or next |