summaryrefslogtreecommitdiffstats
path: root/website/docs/index.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-06 10:34:06 +0200
committerCanop <cano.petrole@gmail.com>2020-07-06 10:34:06 +0200
commit9d9ef0c205845ca70e433fb581981d2a76755283 (patch)
treeb480f08b0e50cd220986a4e7f7d3ec4ec1b4cd2e /website/docs/index.md
parent2e54f19aa835650049ad1118e7e8d6c815d04f6b (diff)
avoid drawing the char at the bottom-right of the terminal
It makes some terminals flicker, so it's now done only once at startup and never after
Diffstat (limited to 'website/docs/index.md')
-rw-r--r--website/docs/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/docs/index.md b/website/docs/index.md
index d8518a8..c2a5590 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -35,6 +35,7 @@ Most useful keys for this:
* the letters of what you're looking for
* <kbd>enter</kbd> to select a directory (staying in broot)
* <kbd>esc</kbd> to get back to the previous state or clear your search
+* <kbd class=b>↓</kbd> and <kbd class=b>↑</kbd> may be used to move the selection
* <kbd>alt</kbd><kbd>enter</kbd> to get back to the shell having `cd` to the selected directory
* `:q` if you just want to quit (you can use <kbd>ctrl</kbd><kbd>q</kbd> if you prefer)