diff options
| author | Jamie Quigley <jamie@quigley.xyz> | 2022-12-24 17:18:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-24 17:18:44 +0000 |
| commit | a5616aea8fa28db6f8f7b1a44e28f90aab3363b7 (patch) | |
| tree | e4669336601c6f7a6f14dc980493800f98dd0014 /src/command/mod.rs | |
| parent | Allow overriding filter and search modes from CLI (#635) (diff) | |
| download | atuin-a5616aea8fa28db6f8f7b1a44e28f90aab3363b7.zip | |
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 'src/command/mod.rs')
| -rw-r--r-- | src/command/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/mod.rs b/src/command/mod.rs index 038b24c8..1411bfd2 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -25,7 +25,6 @@ pub enum AtuinCmd { Server(server::Cmd), /// Output shell setup - #[command(subcommand)] Init(init::Cmd), /// Generate a UUID |
