summaryrefslogtreecommitdiffstats
path: root/website/docs/index.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-17 09:51:08 +0200
committerCanop <cano.petrole@gmail.com>2020-07-17 09:51:08 +0200
commitf3c798fcd0f075175aba98f1430db6c23009e268 (patch)
tree541f8ff8ffceb8f1ec4de22c50f4d1bf7ff39869 /website/docs/index.md
parentf91b02bf095b613587f7db28f075595afde38cf5 (diff)
fix a few problems with searching when root isn't trimmed
Those problems are made obvious by a recent change making root trimming not the default anymore
Diffstat (limited to 'website/docs/index.md')
-rw-r--r--website/docs/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/website/docs/index.md b/website/docs/index.md
index f95517c..5667369 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -41,7 +41,8 @@ broot is fast and doesn't block (any keystroke interrupts the current search to
Most useful keys for this:
* the letters of what you're looking for
-* <kbd>enter</kbd> to select a directory (staying in broot)
+* <kbd>enter</kbd> on the root line to go up to the parent (staying in broot)
+* <kbd>enter</kbd> to focus 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