Fix missing -
in key-binding.md (#698)
This commit is contained in:
parent
6ae2abf09f
commit
5d6aff3536
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue