Simplify image search binds

This commit is contained in:
Oliver Blanthorn 2020-12-11 22:37:40 +01:00
parent 2809b8235b
commit c1b3d62fcd
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -303,9 +303,9 @@ export class default_config {
";T": "hint -W fillcmdline_notrail tabopen ",
";z": "hint -z",
";m":
"composite hint -pipe img src | js -p tri.excmds.open('images.google.com/searchbyimage?image_url=' + JS_ARG)",
"composite hint -Jpipe img src | open images.google.com/searchbyimage?image_url=",
";M":
"composite hint -pipe img src | jsb -p tri.excmds.tabopen('images.google.com/searchbyimage?image_url=' + JS_ARG)",
"composite hint -Jpipe img src | tabopen images.google.com/searchbyimage?image_url=",
";gi": "hint -qi",
";gI": "hint -qI",
";gk": "hint -qk",