diff options
Diffstat (limited to 'docs')
| -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' |
