From f0e09521f5fe262fed8a6e77aae2073e4d5b96f0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 13:17:40 +0100 Subject: fix(hm/conf/alacritty): Use correct name in hint key --- hm/soispha/conf/alacritty/toml/hints.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hm/soispha/conf/alacritty/toml') 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] -- cgit 1.4.1