Skip to content

Commit

Permalink
Fix filename regex in alacritty
Browse files Browse the repository at this point in the history
Previously would not include filendings like j2.
  • Loading branch information
claha committed Aug 14, 2023
1 parent 437d9cb commit 177989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/alacritty/files/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ hints:
binding:
key: U
mods: Control|Shift
- regex: "([[:alnum:]]|[[:punct:]])+(\\.)[[:alpha:]]+"
- regex: "([[:alnum:]]|[[:punct:]])+(\\.)[[:alnum:]]+"
action: Paste
post_processing: true
mouse:
Expand Down

0 comments on commit 177989f

Please sign in to comment.