diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-01-16 11:16:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:16:47 -0800 |
| commit | f0de3282038105623ddea6f17d4f8e4d9dbded11 (patch) | |
| tree | cadf1c9fdf43458b032c39cefa930e84804b0d0a | |
| parent | docs: Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061) (diff) | |
| download | atuin-f0de3282038105623ddea6f17d4f8e4d9dbded11.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | docs/docs/configuration/key-binding.md | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
