diff options
| author | Per Modin <pmodin@users.noreply.github.com> | 2023-05-24 23:00:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 22:00:01 +0000 |
| commit | 6118da2ee2daafff5b29667cae2807de504d4f58 (patch) | |
| tree | 9fa71bd5b18ad71ceead694e38037dcc6f144c33 | |
| parent | Add option to completely disable help row (#993) (diff) | |
| download | atuin-6118da2ee2daafff5b29667cae2807de504d4f58.zip | |
Fix typo in `config.toml` (#1006)
Typo in config key `filter_mode_shell_up_key_binding` that's fixed by
this commit, and while at it fix a minor typo in a comment.
Co-authored-by: Per Modin <per@wgtwo.com>
Diffstat (limited to '')
| -rw-r--r-- | atuin-client/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index d8d0ddb2..6aff5eee 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -37,7 +37,7 @@ ## which filter mode to use when atuin is invoked from a shell up-key binding ## the accepted values are identical to those of "filter_mode" ## leave unspecified to use same mode set in "filter_mode" -# filter_mode_shell_up_keybinding = "global" +# filter_mode_shell_up_key_binding = "global" ## which style to use ## possible values: auto, full, compact @@ -76,7 +76,7 @@ ## prevent commands run with cwd matching any of these regexes from being written ## to history. Note that these regular expressions are unanchored, i.e. if they don't -## start with ^ or end with $, they'll match anyware in CWD. +## start with ^ or end with $, they'll match anywhere in CWD. ## For details on the supported regular expression syntax, see ## https://docs.rs/regex/latest/regex/#syntax # cwd_filter = [ |
