summaryrefslogtreecommitdiffstats
path: root/website/docs/export.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-22 13:51:50 +0200
committerCanop <cano.petrole@gmail.com>2020-06-22 13:51:50 +0200
commitd21fbdebbb0c58bac98e69419c8c4deb7d37a27a (patch)
treeddebe40242abc617a00a302e905ceb29902637eb /website/docs/export.md
parent0785091302b6118c19f2a6537f7a7337745af0b2 (diff)
new internal to define readline-like input edition shortcuts
You may now add this kind of shortcuts: ```toml [[verbs]] key = "alt-b" execution = ":input_go_word_left" [[verbs]] key = "alt-f" execution = ":input_go_word_right" [[verbs]] key = "alt-l" execution = ":input_del_word_left" [[verbs]] key = "alt-r" execution = ":input_del_word_right" ``` Fix #235
Diffstat (limited to 'website/docs/export.md')
-rw-r--r--website/docs/export.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/docs/export.md b/website/docs/export.md
index 81d212d..98aa2c7 100644
--- a/website/docs/export.md
+++ b/website/docs/export.md
@@ -8,11 +8,11 @@ The easiest is to just execute it from inside the application (the verb is also
Example with a filter:
-![exported styled tree](../img/20190321-cmd-pt-styled.png)
+![exported styled tree](img/20190321-cmd-pt-styled.png)
Example without style or color, thanks to `--no-style`:
-![exported unstyled tree](../img/20190321-cmd-pt-unstyled.png)
+![exported unstyled tree](img/20190321-cmd-pt-unstyled.png)
This is also how would look the tree directly exported into a file.