summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-02-05 10:17:45 +0100
committerCanop <cano.petrole@gmail.com>2020-02-05 10:17:45 +0100
commitb9d0d8ac2bc4b42903406bfa3a9e7183f12d4ab4 (patch)
tree94314e71b5fd7fb2197b7e62c4558b9071303d23 /website
parentaff659b73a54532ea3dd195d4edc33fc8056f5dd (diff)
mention the `br -gc :gs` trick on the site
Diffstat (limited to 'website')
-rw-r--r--website/docs/documentation/tricks.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/website/docs/documentation/tricks.md b/website/docs/documentation/tricks.md
index e87ba2a..0c43ae7 100644
--- a/website/docs/documentation/tricks.md
+++ b/website/docs/documentation/tricks.md
@@ -52,10 +52,17 @@ If you're on a server linux without xdg-open or equivalent, you may want to rede
You may use such configuration:
- [[verbs]]
- invocation = "edit"
- key = "enter"
- execution = "$EDITOR {file}"
+ [[verbs]]
+ invocation = "edit"
+ key = "enter"
+ execution = "$EDITOR {file}"
+## Git Status
+
+If you want to start navigating with a view of the files which changed, you may do
+
+ br -gc :gs
+
+Then just hitting the `esc` key will show you the normal unfiltered broot view.