From 5d6aff3536c2209318e34115ee4c54b54e69a9ba Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Tue, 7 Feb 2023 01:11:55 -0800 Subject: [PATCH] Fix missing `-` in key-binding.md (#698) --- docs/key-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/key-binding.md b/docs/key-binding.md index 013c28b..ecd9267 100644 --- a/docs/key-binding.md +++ b/docs/key-binding.md @@ -3,7 +3,7 @@ By default, Atuin will rebind both Ctrl-r and the up arrow. You can also disable either the up-arrow or Ctrl-r 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