mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
refactor: quoted-tick -> quoted-backtick
This commit is contained in:
parent
a5140322ff
commit
389e9617a9
5 changed files with 16 additions and 15 deletions
|
|
@ -98,7 +98,7 @@ setup_pattern_binding "p" "--pattern-name path"
|
|||
# prefix + t + P searches for hex numbers: 0xbedead
|
||||
setup_pattern_binding "P" "--pattern-name pointer-address"
|
||||
# prefix + t + q searches for strings inside single|double|backticks
|
||||
setup_pattern_binding "q" "-x quoted-single -x quoted-double -x quoted-tick"
|
||||
setup_pattern_binding "q" "-x quoted-single -x quoted-double -x quoted-backtick"
|
||||
# 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