summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYummyOreo <bobgim20@gmail.com>2024-01-13 09:15:49 -0800
committerGitHub <noreply@github.com>2024-01-13 17:15:49 +0000
commita56085f059b2444812353e715e5a4b93ea75b018 (patch)
tree6384c32f9ab242bf3fa7bfece81d29faa4a735d2 /docs
parent4d41a741f0a47904a75db2981f5295732f7549c5 (diff)
feat(ui): vim mode (#1553)
* feat(config): add vim option to config * feat(ui): simple vim mode * fix(windows): windows sadly doesn't support the stuff * feat(ui): blinking * fix(merge) * revert: reverts some debugging stuff * feat(ui): changes the defaut to insert, don't know what should be the default * feat(ui): implements some vim parity * doc: adds this to the docs * docs(keybindings): adds vim mode keybindsings to the list of keybindings * refactor: rustfmt and remove the docs for pr in own repo * refactor: use execute! * Update atuin/src/command/client/search/interactive.rs --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/key-binding.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md
index c0bd2885..74dc5506 100644
--- a/docs/docs/key-binding.md
+++ b/docs/docs/key-binding.md
@@ -18,7 +18,7 @@ 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!
+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.
@@ -159,4 +159,3 @@ $env.config = (
| page up | Scroll search results one page up |
| ⬇ (with no entry selected) | Return original or return query depending on settings |
| ⬇ | Select the next item on the list |
-