diff options
| author | Evan Purkhiser <evanpurkhiser@gmail.com> | 2023-02-07 01:11:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 09:11:55 +0000 |
| commit | 5d6aff3536c2209318e34115ee4c54b54e69a9ba (patch) | |
| tree | 60668c88f60aa3692b60cd7c151515caa19da5df /docs | |
| parent | Remove whitespace in template client config.tom (#697) (diff) | |
| download | atuin-5d6aff3536c2209318e34115ee4c54b54e69a9ba.zip | |
Fix missing `-` in key-binding.md (#698)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/key-binding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/key-binding.md b/docs/key-binding.md index 013c28bc..ecd9267f 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 |
