mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Simplify image search binds
This commit is contained in:
parent
2809b8235b
commit
c1b3d62fcd
1 changed files with 2 additions and 2 deletions
|
@ -303,9 +303,9 @@ export class default_config {
|
||||||
";T": "hint -W fillcmdline_notrail tabopen ",
|
";T": "hint -W fillcmdline_notrail tabopen ",
|
||||||
";z": "hint -z",
|
";z": "hint -z",
|
||||||
";m":
|
";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":
|
";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",
|
||||||
";gI": "hint -qI",
|
";gI": "hint -qI",
|
||||||
";gk": "hint -qk",
|
";gk": "hint -qk",
|
||||||
|
|
Loading…
Add table
Reference in a new issue