about summary refs log tree commit diff stats
path: root/home-manager/config/alacritty/alacritty.yml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-27 19:27:32 +0200
committerSoispha <soispha@vhack.eu>2023-06-27 19:27:32 +0200
commit67f69cd4bd676f5ea8e15076aa415b4e639e9426 (patch)
tree743e5ef37608c4e59a3f8affbeef6d7895d5af61 /home-manager/config/alacritty/alacritty.yml
parentFix(hm/conf/alacritty): Ignore `([ ]`) in path regex (diff)
downloadnixos-config-67f69cd4bd676f5ea8e15076aa415b4e639e9426.tar.gz
nixos-config-67f69cd4bd676f5ea8e15076aa415b4e639e9426.zip
Feat(hm/conf/alacritty): Add support for git hashes in hints
Diffstat (limited to '')
-rw-r--r--home-manager/config/alacritty/alacritty.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/home-manager/config/alacritty/alacritty.yml b/home-manager/config/alacritty/alacritty.yml
index e1a00018..fdb25026 100644
--- a/home-manager/config/alacritty/alacritty.yml
+++ b/home-manager/config/alacritty/alacritty.yml
@@ -535,6 +535,13 @@ hints:
         key: T
         mods: Control|Shift
 
+    - regex: "([a-z0-9]{7}) "
+      action: Paste
+      post_procesing: false
+      binding:
+        key: H
+        mods: Control|Shift
+
     # multi regex for different purposes:
     # 2. UUIDs
     # 3. hex (for example signatures)