From f0de3282038105623ddea6f17d4f8e4d9dbded11 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:16:47 -0800 Subject: Update key-binding.mdx (#3077) **Migrated from atuinsh/docs PR:** https://github.com/atuinsh/docs/pull/76 **Original author:** @AtomicRobotMan0101 --- trivial amendment to show the use of an alternative binding for BASH Co-authored-by: Evan McBeth <64177332+AtomicRobotMan0101@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 --- docs/docs/configuration/key-binding.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/docs/configuration/key-binding.md b/docs/docs/configuration/key-binding.md index 763ead50..f825b83c 100644 --- a/docs/docs/configuration/key-binding.md +++ b/docs/docs/configuration/key-binding.md @@ -113,6 +113,8 @@ eval "$(atuin init bash)" # bind to ctrl-r, add any other bindings you want here too bind -x '"\C-r": __atuin_history' +# example of CTRL-upkey +# bind -x '"\e\[1\;5A":__atuin_history' # bind to the up key, which depends on terminal mode bind -x '"\e[A": __atuin_history --shell-up-key-binding' -- cgit v1.3.1