summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-07-05 08:34:11 +0200
committerCanop <cano.petrole@gmail.com>2022-07-05 08:34:11 +0200
commit195a48924c467100f693ed9e24148fccc07369ef (patch)
tree9764ea5e236c9ad2c268db741e95c6da936115cb /website/docs
parent524d63a9470237c79810ea132adfa041d00cbda4 (diff)
website: small fixes and precisions
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/conf_file.md7
-rw-r--r--website/docs/install.md12
-rw-r--r--website/docs/modal.md1
-rw-r--r--website/docs/skins.md2
4 files changed, 9 insertions, 13 deletions
diff --git a/website/docs/conf_file.md b/website/docs/conf_file.md
index afa3f52..84b01d3 100644
--- a/website/docs/conf_file.md
+++ b/website/docs/conf_file.md
@@ -37,7 +37,7 @@ For example:
```Hjson
imports: [
- verbs.hjson
+ verbs.toml
{
luma: light
@@ -260,8 +260,6 @@ capture_mouse = false
Most users should not change this. In my measurements a number of 4 to 6 looks optimal.
-I'm looking for people to try tune this and tell me what they find, what's their OS and disk type.
-
```Hjson
file_sum_threads_count: 10,
```
@@ -269,9 +267,6 @@ file_sum_threads_count: 10,
file_sum_threads_count = 10
```
-
-If you make experiments, please come to [Miaou](https://miaou.dystroy.org/3490) and tell me.
-
## Quit on last cancel
You can usually cancel the last state change on escape.
diff --git a/website/docs/install.md b/website/docs/install.md
index f96f05c..7b4ee6b 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -16,12 +16,12 @@ Direct links:
Target|Details|Download
-|-|-
-Linux | clipoard support| [x86_64-linux](https://dystroy.org/broot/download/x86_64-linux/broot)
-Android | clipoard support | [aarch64-linux-android](https://dystroy.org/broot/download/aarch64-linux-android/broot)
-Linux/glibc | no clipoard support, compatible with older GLIBC | [x86_64-unknown-linux-gnu](https://dystroy.org/broot/download/x86_64-unknown-linux-gnu/broot)
-Linux/musl | no clipoard support | [x86_64-unknown-linux-musl](https://dystroy.org/broot/download/x86_64-unknown-linux-musl/broot)
-Raspberry | no clipoard support | [armv7-unknown-linux-gnueabihf](https://dystroy.org/broot/download/armv7-unknown-linux-gnueabihf/broot)
-Windows 10+ | clipoard support | [x86_64-pc-windows-gnu](https://dystroy.org/broot/download/x86_64-pc-windows-gnu/broot.exe)
+Linux | clipboard support| [x86_64-linux](https://dystroy.org/broot/download/x86_64-linux/broot)
+Android | clipboard support | [aarch64-linux-android](https://dystroy.org/broot/download/aarch64-linux-android/broot)
+Linux/glibc | no clipboard support, compatible with older GLIBC | [x86_64-unknown-linux-gnu](https://dystroy.org/broot/download/x86_64-unknown-linux-gnu/broot)
+Linux/musl | no clipboard support | [x86_64-unknown-linux-musl](https://dystroy.org/broot/download/x86_64-unknown-linux-musl/broot)
+Raspberry | no clipboard support | [armv7-unknown-linux-gnueabihf](https://dystroy.org/broot/download/armv7-unknown-linux-gnueabihf/broot)
+Windows 10+ | clipboard support | [x86_64-pc-windows-gnu](https://dystroy.org/broot/download/x86_64-pc-windows-gnu/broot.exe)
Shell completion | | [completion/](https://dystroy.org/broot/download/completion)
You may download previous releases on [GitHub releases](https://github.com/Canop/broot/releases).
diff --git a/website/docs/modal.md b/website/docs/modal.md
index 29340dd..928672b 100644
--- a/website/docs/modal.md
+++ b/website/docs/modal.md
@@ -33,6 +33,7 @@ Broot may be in one of two modes:
1. **command** mode, with input not focused, and single key shortcuts enabled
In *command* mode, you'll find those keys already configured:
+
* `j` and `k` to go down and up
* `h` and `l` to go to parent or to enter a directory
diff --git a/website/docs/skins.md b/website/docs/skins.md
index c9326b1..3158798 100644
--- a/website/docs/skins.md
+++ b/website/docs/skins.md
@@ -9,7 +9,7 @@ To setup a new skin
If you installed broot since version 1.14, you should already have a few skins in your configuration directory.
You may look for other ones in the [dev repo](https://github.com/Canop/broot/tree/master/resources/default-conf).
-The default configuration now selects the skin according to the light or dark mode.
+The default configuration selects the skin according to the light or dark mode.
# Skin definition