From 62d0ab63b582bb9982e516a1614199da8ec9e513 Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Sat, 7 Dec 2024 15:34:56 +0000 Subject: [PATCH] Fix 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..a40c6c6 100644 --- a/src/content/docs/configuration/key-binding.mdx +++ b/src/content/docs/configuration/key-binding.mdx @@ -90,7 +90,7 @@ used in combination with the config ## bash -Atuin provides a bindable shell function "`_atuin_history`" for keybindings in +Atuin provides a bindable shell function "`__atuin_history`" for keybindings in Bash. The flag `--shell-up-key-binding` can be optionally specified to the first argument for keybindings to the up key or similar keys.