{"id":13898589,"url":"https://github.com/voldikss/vim-browser-search","last_synced_at":"2026-01-28T05:19:15.143Z","repository":{"id":61946475,"uuid":"145711727","full_name":"voldikss/vim-browser-search","owner":"voldikss","description":":cyclone: Perform a quick web search for the text selected in (Neo)Vim","archived":false,"fork":false,"pushed_at":"2025-09-11T03:08:52.000Z","size":66,"stargazers_count":104,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-11T06:10:51.489Z","etag":null,"topics":["vim-plugin","vim-search"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voldikss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-22T13:18:18.000Z","updated_at":"2025-09-11T03:08:56.000Z","dependencies_parsed_at":"2025-02-04T07:15:23.256Z","dependency_job_id":null,"html_url":"https://github.com/voldikss/vim-browser-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voldikss/vim-browser-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fvim-browser-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fvim-browser-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fvim-browser-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fvim-browser-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voldikss","download_url":"https://codeload.github.com/voldikss/vim-browser-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldikss%2Fvim-browser-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim-plugin","vim-search"],"created_at":"2024-08-06T18:04:21.838Z","updated_at":"2026-01-28T05:19:15.129Z","avatar_url":"https://github.com/voldikss.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-browser-search\n\nThis plugin helps perform a quick web search for the text selected in (Neo)Vim\n\n![](https://user-images.githubusercontent.com/20282795/100518567-4f189580-31cd-11eb-91f1-4d9e70f5aa0a.png)\n\n## Installation\n\n```vim\nPlug 'voldikss/vim-browser-search'\n```\n\n## Keymappings\n\nThis plugin doesn't supply any default mappings. Here are some recommended key mappings\n\n```vim\nnmap \u003csilent\u003e \u003cLeader\u003es \u003cPlug\u003eSearchNormal\nvmap \u003csilent\u003e \u003cLeader\u003es \u003cPlug\u003eSearchVisual\n```\n\n## Use cases\n\n- Select text and type `\u003cLeader\u003es` to do a web search\n\n- Type `\u003cLeader\u003esaw` in to search web for a word\n\n- Type `\u003cLeader\u003esa(` to search web for the text wrapped in the bracket\n\n- Type `\u003cLeader\u003esas` to search web for a sentence\n\n- ...\n\n## Variables\n\n#### **`g:browser_search_default_engine`**\n\nDefaut: `'google'`\n\n#### **`g:browser_search_engines`**\n\nDefault: See [assets/json/engines.json](assets/json/engines.json)\n\n## Commands\n\n#### `:BrowserSearch [text]`\n\nSearch `text` with `engine`, if `text` is not given, use the word under\ncursor.\n\nAlso, you can use this command in visual mode, i.e., `:'\u003c,'\u003eBrowserSearch`\n\n## Contribution\n\nIf you would like to add new engine supports, see\n[assets/json/engines.json](assets/json/engines.json).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoldikss%2Fvim-browser-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoldikss%2Fvim-browser-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoldikss%2Fvim-browser-search/lists"}