Fix missing - in key-binding.md (#698)

This commit is contained in:
Evan Purkhiser 2023-02-07 01:11:55 -08:00 committed by GitHub
parent 6ae2abf09f
commit 5d6aff3536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
By default, Atuin will rebind both <kbd>Ctrl-r</kbd> and the up arrow. 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 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 # Bind ctrl-r but not up arrow