summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-09-07 17:40:50 +0200
committerCanop <cano.petrole@gmail.com>2021-09-07 17:40:50 +0200
commitb45bb00dbb4b1df306faa32cd5d943bdd75f0610 (patch)
tree0dcf63eb2fb6142589fd8756762da2a82ef90a2b /website/docs
parentc2848b6bd433a4e623456ecf217d0cf9843bd491 (diff)
addition to doc on `:focus`
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/conf_verbs.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/website/docs/conf_verbs.md b/website/docs/conf_verbs.md
index 1aef517..bfe1563 100644
--- a/website/docs/conf_verbs.md
+++ b/website/docs/conf_verbs.md
@@ -419,7 +419,6 @@ internal = ":input_del_word_right"
```
-
# Focus
The `:focus` internal has many uses.
@@ -428,6 +427,8 @@ It can be used without explicit argument in which case it takes the selection (f
It can be used with an argument, for example you can go to a specific place without leaving broot by typing ` fo /usr/bin` then <kbd>enter</kbd>.
+You may also want to use it in some cases instead of <kbd>enter</kbd> because it keeps the active filter.
+
It serves as base for several built-in commands, like `:home` whose execution is `:focus ~` (`~` is interpreted in broot as the user home even on Windows).
And you can add your own ones: