summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEvan Purkhiser <evanpurkhiser@gmail.com>2023-02-07 01:11:55 -0800
committerGitHub <noreply@github.com>2023-02-07 09:11:55 +0000
commit5d6aff3536c2209318e34115ee4c54b54e69a9ba (patch)
tree60668c88f60aa3692b60cd7c151515caa19da5df /docs
parent6ae2abf09fb930ba605ada5f6aa573dc3609372b (diff)
Fix missing `-` in key-binding.md (#698)
Diffstat (limited to 'docs')
-rw-r--r--docs/key-binding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/key-binding.md b/docs/key-binding.md
index 013c28bc6..ecd9267f4 100644
--- a/docs/key-binding.md
+++ b/docs/key-binding.md
@@ -3,7 +3,7 @@
By default, Atuin will rebind both <kbd>Ctrl-r</kbd> and the up arrow.
You can also disable either the up-arrow or <kbd>Ctrl-r</kbd> bindings individually, by passing
-`--disable-up-arrow` or `-disable-ctrl-r` to the call to `atuin init`:
+`--disable-up-arrow` or `--disable-ctrl-r` to the call to `atuin init`:
```
# Bind ctrl-r but not up arrow