summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJamie Quigley <jamie@quigley.xyz>2022-12-24 17:18:44 +0000
committerGitHub <noreply@github.com>2022-12-24 17:18:44 +0000
commita5616aea8fa28db6f8f7b1a44e28f90aab3363b7 (patch)
treee4669336601c6f7a6f14dc980493800f98dd0014 /README.md
parented394afa82ef919937521e5ce72fc467cec203f9 (diff)
Rework `atuin init` (#652)
* Rework `atuin init` This allows users to disable the CTRL-R and Up Arrow bindings, independently from one another * Document --disable-{ctrl-r,up-arrow} * Apply suggestions from code review Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ab2e848..ccc2aa49 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ I wanted to. And I **really** don't want to.
## Features
-- rebind `up` and `ctrl-r` with a full screen history search UI
+- rebind `ctrl-r` and `up` (configurable) to a full screen history search UI
- store shell history in a sqlite database
- backup and sync **encrypted** shell history
- the same history across terminals, across sessions, and across machines