summaryrefslogtreecommitdiffstats
path: root/website/docs/install.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-17 18:11:58 +0200
committerCanop <cano.petrole@gmail.com>2020-05-17 18:11:58 +0200
commit418342160e5b44d1e5556a8e6c2961015e9be518 (patch)
treee4d02257cc714ad68d8b9646b703cbf99085d6e4 /website/docs/install.md
parent5816c04248621374eb73c8fd099f24a7aa6e4fd1 (diff)
remove the mention that alt-enter can't be bound
The situation changed with the merge of the panels branch. It's still not recommanded as it would apply to both files and directories in the current state of triggering rules.
Diffstat (limited to 'website/docs/install.md')
-rw-r--r--website/docs/install.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/website/docs/install.md b/website/docs/install.md
index 30ec3a2..99c8533 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -81,11 +81,10 @@ As a shortcut for [Nushell](https://www.nushell.sh/), define the following alias
When it's done, you can do just `br` to launch broot, and typing `:pp` will cd for you.
-You can bind this command to a key sequence (but currently not to `<alt><enter>`) in the [configuration file](../documentation/configuration/):
+You can bind this command to a key sequence in the [configuration file](../documentation/configuration/):
```toml
[[verbs]]
-invocation = "print_path"
key = "alt-c"
shortcut = "pp"
execution = ":print_path"