diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-07-22 19:32:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 19:32:10 +0200 |
| commit | 84c267eadacaf89101c32fd6aec37a114e863834 (patch) | |
| tree | d1142d80178fc77de8061905e5289779d24dbb49 /crates/atuin-client/config.toml | |
| parent | chore: update to rust 1.88 (#2815) (diff) | |
| download | atuin-84c267eadacaf89101c32fd6aec37a114e863834.zip | |
feat: command chaining (#2834)
* feat: command chaining
Allow for smart completion of commands ending in && or ||
* fmt
Diffstat (limited to 'crates/atuin-client/config.toml')
| -rw-r--r-- | crates/atuin-client/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index ac9f8a1a..a154a65b 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -149,6 +149,9 @@ # This applies for new installs. Old installs will keep the old behaviour unless configured otherwise. enter_accept = true +## Defaults to false. If enabled, when triggered after && or ||, Atuin will complete commands to chain rather than replace the current line. +# command_chaining = false + ## Defaults to "emacs". This specifies the keymap on the startup of `atuin ## search`. If this is set to "auto", the startup keymap mode in the Atuin ## search is automatically selected based on the shell's keymap where the |
