Add custom search in vimium
This commit is contained in:
parent
cf66ac82b5
commit
cc0077a5ae
3 changed files with 4 additions and 41 deletions
|
|
@ -3,45 +3,6 @@
|
|||
default = "ddg";
|
||||
|
||||
engines = {
|
||||
"ddg" = {
|
||||
urls = [{
|
||||
template = "https://duckduckgo.com/?q={searchTerms}";
|
||||
}];
|
||||
icon = "https://duckduckgo.com/favicon.ico";
|
||||
definedAliases = [ "@ddg" ];
|
||||
};
|
||||
|
||||
"Nix Packages" = {
|
||||
urls = [{
|
||||
template = "https://search.nixos.org/packages";
|
||||
params = [
|
||||
{ name = "channel"; value = "unstable"; }
|
||||
{ name = "query"; value = "{searchTerms}"; }
|
||||
];
|
||||
}];
|
||||
definedAliases = [ "@nixpkg" ];
|
||||
};
|
||||
|
||||
"Linkding" = {
|
||||
urls = [{
|
||||
template = "https://link.nas.yanlincs.com/bookmarks";
|
||||
params = [
|
||||
{ name = "q"; value = "{searchTerms}"; }
|
||||
];
|
||||
}];
|
||||
definedAliases = [ "@link" ];
|
||||
};
|
||||
|
||||
"google" = {
|
||||
urls = [{
|
||||
template = "https://www.google.com/search";
|
||||
params = [
|
||||
{ name = "q"; value = "{searchTerms}"; }
|
||||
];
|
||||
}];
|
||||
definedAliases = [ "@g" ];
|
||||
};
|
||||
|
||||
# Hide unwanted default search engines
|
||||
"google".metaData.hidden = true;
|
||||
"bing".metaData.hidden = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue