refactor: quoted-tick -> quoted-backtick

This commit is contained in:
graelo 2021-10-26 09:25:29 +02:00
parent a5140322ff
commit 389e9617a9
5 changed files with 16 additions and 15 deletions

View file

@ -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