From 4768b16b7409dd6ef8467037e46d60fd0c722d8c Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Sun, 6 Nov 2022 07:34:14 +0000 Subject: 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 --- atuin-client/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'atuin-client/config.toml') 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" -- cgit v1.3.1