From ebef5cdaf018f2bb03682eb516412ce4151297aa Mon Sep 17 00:00:00 2001 From: Dieter Eickstaedt Date: Sun, 17 Sep 2023 20:30:13 +0200 Subject: feat(keyup): Configure SearchMode for KeyUp invocation #1216 (#1224) * feat(keyup): Configure SearchMode for KeyUp invocation #1216 * docs: adjusted search mode documentation * feat: setting search mode on engine * chore: cargo fmt * chore: removed redundant field name --- atuin-client/config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 8a219641..7fd07986 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -47,6 +47,11 @@ ## leave unspecified to use same mode set in "filter_mode" # filter_mode_shell_up_key_binding = "global" +## which search mode to use when atuin is invoked from a shell up-key binding +## the accepted values are identical to those of "search_mode" +## leave unspecified to use same mode set in "search_mode" +# search_mode_shell_up_key_binding = "fuzzy" + ## which style to use ## possible values: auto, full, compact # style = "auto" -- cgit v1.3.1