summaryrefslogtreecommitdiffstats
path: root/documentation.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-01-28 20:50:54 +0100
committerCanop <cano.petrole@gmail.com>2019-01-28 20:50:54 +0100
commit89fe29ef75f9d4668337275866e1306fe6009e49 (patch)
tree51c970380eb7a858fb5ea43cb45d6702cac24999 /documentation.md
parent281d4940cf43819a298b898996aca3d870951c6d (diff)
updated documentation
- mention regexes - updated screenshots with flags
Diffstat (limited to 'documentation.md')
-rw-r--r--documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation.md b/documentation.md
index d73b14c..10d1d29 100644
--- a/documentation.md
+++ b/documentation.md
@@ -46,7 +46,7 @@ For example this one:
invocation = "e"
execution = "/usr/bin/nvim {file}"
-This means that typing `:e` then `<enter>` opens the selected file in neovim.
+This means that typing `:e` then `<enter>` opens the selected file in neovim (when you're in the help screen, the selected file is broot's configuration file).
(this is a part of the default configuration, and probably the first verb you should change for your personal setup)