branch: externals/inspector
commit 0f444b2b72182b7bd9285fc990113f88336ad4b3
Author: Mariano Montone <marianomont...@gmail.com>
Commit: Mariano Montone <marianomont...@gmail.com>

    README: navigate buttons with 'n' and 'p'
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 95ecf32ade..754de1d444 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,9 @@ This is the [el-get](https://www.emacswiki.org/emacs/el-get 
"el-get") recipe:
 * `M-x inspector-pop` bound to letter `l`, to navigate to previous object.
 * `M-x inspector-quit` bound to letter `q`, to exit the inspector.
 
+Also, `M-x forward-button` and `M-x backward-button` are bound to `n` and `p`. 
+Those can be used for fast navigation through the buttons that the inspector 
displays.
+
 ### From the Emacs debugger
 
 When on an Emacs debugging backtrace, press letter `i` to inspect the pointed 
frame and its local variables.

Reply via email to