mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(patterns): add nix-log pattern
This commit is contained in:
parent
0ea17e1f68
commit
b1807d5013
2 changed files with 4 additions and 1 deletions
|
|
@ -84,6 +84,8 @@ setup_pattern_binding "P" "--pattern-name pointer-address"
|
|||
setup_pattern_binding "q" "-x quoted-single -x quoted-double -x quoted-backtick"
|
||||
# prefix + t + s searches for nix shas
|
||||
setup_pattern_binding "s" "--pattern-name nix-shas"
|
||||
# prefix + t + l searches for "nix log .drv"
|
||||
setup_pattern_binding "l" "--pattern-name nix-log"
|
||||
# prefix + t + u searches for URLs
|
||||
setup_pattern_binding "u" "--pattern-name url"
|
||||
# prefix + t + U searches for UUIDs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue