about summary refs log tree commit diff stats
path: root/modules/home/conf/alacritty
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-28 17:39:38 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-28 17:39:38 +0200
commit4df16c238a13a7f7eea072aea2a5f1e294a7cf71 (patch)
tree6f9538d5bc06093794b6bb1c1c126904054f87e6 /modules/home/conf/alacritty
parentfeat(modules/home/taskwarrior/projects): Add latex project (diff)
downloadnixos-config-4df16c238a13a7f7eea072aea2a5f1e294a7cf71.tar.gz
nixos-config-4df16c238a13a7f7eea072aea2a5f1e294a7cf71.zip
fix(modules/home/alacritty/hints): Support git hashes over 7 chars
Diffstat (limited to 'modules/home/conf/alacritty')
-rw-r--r--modules/home/conf/alacritty/toml/hints.toml2
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'