diff options
Diffstat (limited to 'modules/home/conf/alacritty/toml/hints.toml')
-rw-r--r-- | modules/home/conf/alacritty/toml/hints.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/alacritty/toml/hints.toml b/modules/home/conf/alacritty/toml/hints.toml index af01dc3e..31d91a37 100644 --- a/modules/home/conf/alacritty/toml/hints.toml +++ b/modules/home/conf/alacritty/toml/hints.toml @@ -22,4 +22,4 @@ regex = '''([^ '"`=:\[\(]*/)([^/: '"`\)\]]*)''' action = "Paste" post_processing = false binding = { key = "H", mods = "Control|Shift" } -regex = '([a-z0-9]{7})\s' +regex = '([a-z0-9]{7,40})\s' |