fix: update tmux shortcuts

This commit is contained in:
graelo 2021-03-23 07:25:02 +01:00
parent e0cb0e9564
commit 8cc42dbe44
3 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ pub(super) const PATTERNS: [(&str, &str); 16] = [
("sha", r"[0-9a-f]{7,40}"),
("ipv4", r"\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}"),
("ipv6", r"[A-f0-9:]+:+[A-f0-9:]+[%\w\d]+"),
("mem-address", r"0x[0-9a-fA-F]+"),
("pointer-address", r"0x[0-9a-fA-F]+"),
("digits", r"[0-9]{4,}"),
];