diff options
| author | Sam Lanning <sam@samlanning.com> | 2022-11-06 07:34:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 07:34:14 +0000 |
| commit | 4768b16b7409dd6ef8467037e46d60fd0c722d8c (patch) | |
| tree | 0ff908c1c27f6cd0692c468c78be0b30e804a483 /atuin-client/config.toml | |
| parent | fix #596: Avoid drawing a command section beyond the width of the list (#597) (diff) | |
| download | atuin-4768b16b7409dd6ef8467037e46d60fd0c722d8c.zip | |
Add setting for keeping typed query when exiting (#451)
* Add option for keeping typed query on escape
fixes #422
* chore: Address duplicate if statement blocks
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 43b5e24c..6a8e1caa 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -33,3 +33,7 @@ ## which style to use ## possible values: auto, full, compact #style = "auto" + +## what to do when the escape key is pressed when searching +## possible values: return-original, return-query +# exit_mode = "return-original" |
