summaryrefslogtreecommitdiffstats
path: root/docs/config_file_example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_file_example.yaml')
-rw-r--r--docs/config_file_example.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/config_file_example.yaml b/docs/config_file_example.yaml
index 1eb7ab7..8fa2f0c 100644
--- a/docs/config_file_example.yaml
+++ b/docs/config_file_example.yaml
@@ -25,11 +25,14 @@ finder:
# path: /path/to/some/dir # (DEPRECATED) equivalent to the --path option
# search:
-# tags: git,!checkout # equivalent to the --tag-rules option
+# tags: git,!checkout # equivalent to the --tag-rules option
+
+# client:
+# tealdeer: true # enables tealdeer support for navi --tldr
shell:
# Shell used for shell out. Possible values: bash, zsh, dash, ...
# For Windows, use `cmd.exe` instead.
command: bash
-
+
# finder_command: bash # similar, but for fzf's internals