aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/config.toml
diff options
context:
space:
mode:
authorSam Lanning <sam@samlanning.com>2022-11-06 07:34:14 +0000
committerGitHub <noreply@github.com>2022-11-06 07:34:14 +0000
commit4768b16b7409dd6ef8467037e46d60fd0c722d8c (patch)
tree0ff908c1c27f6cd0692c468c78be0b30e804a483 /atuin-client/config.toml
parentfix #596: Avoid drawing a command section beyond the width of the list (#597) (diff)
downloadatuin-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.toml4
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"