mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 00:20:08 +01:00
feat: match version numbers
This commit is contained in:
parent
646ee8b9fb
commit
0e0e581f86
4 changed files with 12 additions and 17 deletions
|
|
@ -91,6 +91,8 @@ setup_pattern_binding "D" "--pattern-name docker"
|
|||
setup_pattern_binding "c" "--pattern-name hexcolor"
|
||||
# prefix + t + U searches for UUIDs
|
||||
setup_pattern_binding "U" "--pattern-name uuid"
|
||||
# prefix + t + v searches for version numbers
|
||||
setup_pattern_binding "v" "--pattern-name version"
|
||||
# prefix + t + d searches for any string of 4+ digits
|
||||
setup_pattern_binding "d" "--pattern-name digits"
|
||||
# prefix + t + m searches for hex numbers: 0xbedead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue