summaryrefslogtreecommitdiff
path: root/docs/source/usage/first_steps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/usage/first_steps.rst')
-rw-r--r--docs/source/usage/first_steps.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/source/usage/first_steps.rst b/docs/source/usage/first_steps.rst
index 3ffa09ac..e99c44ce 100644
--- a/docs/source/usage/first_steps.rst
+++ b/docs/source/usage/first_steps.rst
@@ -2,5 +2,9 @@ The arrow keys, `page-up/down`, `j`, `k` and `Space` can be used to move the foc
`Escape` cancels prompts and `Enter` selects. Hit `:` at any time and type in commands
to the prompt.
-Usage information on any command can be listed by typing `help YOURCOMMAND` to the prompt;
-The key bindings for the current mode are listed upon pressing `?`.
+The interface shows one buffer at a time, you can use `tab` and `Shift-Tab` to switch
+between them, close the current buffer with `d` and list them all with `;`.
+
+The buffer type or *mode* (displayed at the bottom left) determines which prompt commands
+are available. Usage information on any command can be listed by typing `help YOURCOMMAND`
+to the prompt; The key bindings for the current mode are listed upon pressing `?`.