summaryrefslogtreecommitdiffstats
path: root/website/docs/skins.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/skins.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/skins.md')
-rw-r--r--website/docs/skins.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/docs/skins.md b/website/docs/skins.md
index b263fde..a075290 100644
--- a/website/docs/skins.md
+++ b/website/docs/skins.md
@@ -62,7 +62,7 @@ help_table_border = "ansi(239) None"
which would look like this:
-![custom colors tree](../img/20200525-custom-colors-panels.png)
+![custom colors tree](img/20200525-custom-colors-panels.png)
Each skin entry value is made of
@@ -107,7 +107,7 @@ If you want to set the background of broot transparent (i.e. to be the backgroun
default = "gray(23) none / gray(20) none"
```
-![transparent](../img/20200529-transparent-broot.png)
+![transparent](img/20200529-transparent-broot.png)
# White Background Skin
@@ -166,7 +166,7 @@ help_headers = "ansi(202) none"
help_table_border = "ansi(239) None"
```
-![light skin](../img/20200526-light-skin.png)
+![light skin](img/20200526-light-skin.png)
# Solarized Dark