summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-06 18:02:41 +0200
committerrabite <rabite@posteo.de>2019-04-06 18:02:41 +0200
commit9d6d2ac83ffca98d4a8cbd0bb9ad15534a0e806d (patch)
tree29d2584701626c7d3cc6b374eca34b12cf46835c
parent6d879a6cee2a3831eb292063d32854b1d080c1af (diff)
explain substitution patterns
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb6ae94..bc96b8c 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,13 @@ show_hidden=off
## Drop into hunter cwd on quit
To change the directory of your shell when quitting hunter with Q you need to source extra/hunter_cd.sh, which is a wrapper that runs hunter and checks for ~/.hunter_cwd after hunter exits and cd's into the contained directory if it exists.
+## Filename Substitution
+| Pattern | Substituted with |
+|-----------|:------------------------|
+| $s | selected file(s) |
+| $n | tab directory |
+| $ns | selected files in tab |
+
Keybindings:
============