From 0f64590980d962804e4bdcb5c9cb7bdb7185b6f6 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 28 Dec 2024 01:40:47 +0100 Subject: [PATCH] chore: correct typo --- src/content/docs/configuration/key-binding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/configuration/key-binding.mdx b/src/content/docs/configuration/key-binding.mdx index e2ad9ad..6013538 100644 --- a/src/content/docs/configuration/key-binding.mdx +++ b/src/content/docs/configuration/key-binding.mdx @@ -51,7 +51,7 @@ You can then choose to bind Atuin if needed, do this after the call to init. ## Enter key behavior -By default, the `enter` key will directly execute the selected comamnd instead of letting you edit it like the `tab` key. If you want to change this behavior, set `enter_accept = false` in your config. For more details: [enter_accept](https://docs.atuin.sh/configuration/config/#enter_accept). +By default, the `enter` key will directly execute the selected command instead of letting you edit it like the `tab` key. If you want to change this behavior, set `enter_accept = false` in your config. For more details: [enter_accept](https://docs.atuin.sh/configuration/config/#enter_accept). ## Ctrl-n key shortcuts