diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/alacritty/toml/hints.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/alacritty/toml/hints.toml b/hm/soispha/conf/alacritty/toml/hints.toml index cc389725..855c6a05 100644 --- a/hm/soispha/conf/alacritty/toml/hints.toml +++ b/hm/soispha/conf/alacritty/toml/hints.toml @@ -17,7 +17,7 @@ mods = "None" [[hints.enabled]] action = "Paste" -post_procesing = false +post_processing = false regex = '''([^ '"`=:\[\(]*/)([^/: '"`\)\]]*)''' [hints.enabled.binding] @@ -26,7 +26,7 @@ mods = "Control|Shift" [[hints.enabled]] action = "Paste" -post_procesing = false +post_processing = false regex = '([a-z0-9]{7})\s' [hints.enabled.binding] |