summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-10-14 19:39:13 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2023-10-14 19:39:13 -0700
commit2da525d7c0bc0dcfc9d75e7438bca945adfd4317 (patch)
tree2cc89e2f2cf17157376250691b3306ccfd0fb19d
parent20afcd2b633791c932651e04e340334dabb3ed4e (diff)
Update key binding docs
-rw-r--r--docs/docs/key-binding.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md
index 1cb6c8d1..f4deba25 100644
--- a/docs/docs/key-binding.md
+++ b/docs/docs/key-binding.md
@@ -18,7 +18,11 @@ filter_mode_shell_up_key_binding = "directory" # or global, host, directory, etc
## Disable up arrow
-Our default up-arrow binding can be a bit contentious. Some people love it, some people hate it. Many people who found it a bit jarring at first have since come to love it, so give it a try! Otherwise, if you don't like it, it's easy to disable.
+Our default up-arrow binding can be a bit contentious. Some people love it, some people hate it. Many people who found it a bit jarring at first have since come to love it, so give it a try!
+
+It becomes much more powerful if you consider binding a different filter mode to the up arrow. For example, on "up" Atuin can default to searching all history for the current directory only, while ctrl-r searches history globally. See the [config](https://atuin.sh/docs/config/#filter_mode_shell_up_key_binding) for more.
+
+Otherwise, if you don't like it, it's easy to disable.
You can also disable either the up-arrow or <kbd>Ctrl-r</kbd> bindings individually, by passing
`--disable-up-arrow` or `--disable-ctrl-r` to the call to `atuin init`: