diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-14 22:31:13 +0200 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-14 22:31:13 +0200 | 
| commit | c9d76d4770ffc21aae81692a213b48b9e86315a1 (patch) | |
| tree | 37b62f74f9f5fd7784d6972f4e3867484a5e6daf /README | |
| parent | 85cbb9af08e2cfa5fef1b4ed3aa6cc29c8e22a28 (diff) | |
| download | geiser-c9d76d4770ffc21aae81692a213b48b9e86315a1.tar.gz geiser-c9d76d4770ffc21aae81692a213b48b9e86315a1.tar.bz2 | |
Better keybindings for documentation browser
Diffstat (limited to 'README')
| -rw-r--r-- | README | 26 | 
1 files changed, 12 insertions, 14 deletions
| @@ -149,21 +149,19 @@  *** In the documentation browser: -    |-----------+----------------------------------------------| -    | C-c C-f   | next page                                    | -    | C-c C-b   | previous page                                | -    | SPC/S-SPC | scroll up/down                               | -    | TAB/S-TAB | next/previous link                           | -    | 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                                  | -    |-----------+----------------------------------------------| +    |------------+----------------------------------------------| +    | 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                                  | +    |------------+----------------------------------------------|  *** In backtrace (evaluation/compile result) buffers: -    - Default error navigation keys used by Emacs' compilation mode -      (e.g. M-g n, M-g p for next/previous error). +    - TAB, M-TAB for error navigation.      - q to bury buffer. | 
