{"id":15676787,"url":"https://github.com/rajasegar/vim-search-web","last_synced_at":"2025-05-07T00:27:51.866Z","repository":{"id":147752215,"uuid":"191743861","full_name":"rajasegar/vim-search-web","owner":"rajasegar","description":"A vim plugin to search for things in Web","archived":false,"fork":false,"pushed_at":"2019-06-20T07:15:36.000Z","size":19,"stargazers_count":13,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T19:42:55.577Z","etag":null,"topics":["search-interface","searching","vim","vim-plugin"],"latest_commit_sha":null,"homepage":null,"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/rajasegar.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":"2019-06-13T10:42:19.000Z","updated_at":"2023-02-20T02:44:33.000Z","dependencies_parsed_at":"2023-04-04T15:01:42.643Z","dependency_job_id":null,"html_url":"https://github.com/rajasegar/vim-search-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fvim-search-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fvim-search-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fvim-search-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fvim-search-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajasegar","download_url":"https://codeload.github.com/rajasegar/vim-search-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242868326,"owners_count":20198454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["search-interface","searching","vim","vim-plugin"],"created_at":"2024-10-03T16:05:32.209Z","updated_at":"2025-03-10T14:31:41.018Z","avatar_url":"https://github.com/rajasegar.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-search-web\n\nSearch the web from your Vim editor\n\n## Install\n\nPlace in `~/.vim/plugin/vim-search-web.vim`\n\n### For Pathogen\n\n```sh\ncd ~/.vim/bundle\ngit clone https://github.com/rajasegar/vim-search-web.git\n```\n\n### With Vundle\nAdd this to your plugins list in  `.vimrc`\n\n```sh\nPlugin 'rajasegar/vim-search-web'\n```\n\n\n## Usage\n\n### Normal mode\nJust place the cursor on any word about which you want to search and use\nthe key binding `\u003cLeader\u003esg`.\n\nThat's all, now a separate browser window will open with your search results.\n\n### Visual mode\nJust select any word about which you want to search and use\nthe key binding `\u003cLeader\u003esg`.\n\n### Ex mode\n\nYou can specify the supported search engines as the first parameter and\nthen followed by the keyword.\n\n```sh\n:OpenSearch(\"Google\", \"hello world\")\n```\n\n## Key Bindings\n- [Leader]sdi  =\u003e Dictionary Search\n- [Leader]sd   =\u003e DuckduckGo Search\n- [Leader]sgi  =\u003e Github Search\n- [Leader]sg   =\u003e Google Search\n- [Leader]sn   =\u003e npm Search\n- [Leader]sr   =\u003e reddit Search\n- [Leader]ss   =\u003e StackOverflow Search\n- [Leader]st   =\u003e Thesaurus Search\n- [Leader]sw   =\u003e Wikipedia Search\n- [Leader]sy   =\u003e Youtube Search\n\n\n## Configuration\n\nThere are just a few global variables (options) you may set in the *.vimrc* file.\n\n* `g:vsw_open_command`\n\n  Sets the command used to open the URL. In case of Ubuntu this would be\n  `\"xdg-open\"`:\n\n        let g:vsw_open_command = \"xdg-open\"\n\n\n## FAQS\n\n### Not able to search keywords with '-' (hyphens)\nThis plugin is using `CWORD` so spaces and other special characters like hyphens are ignored.\nSo if you want to include hypens also in your search keywords, just add them(temporarily) to `iskeyword`.\n\n```sh\n:set iskeyword+=-\n```\n\n## Other Similar plugins\n - https://github.com/szw/vim-g\n - https://github.com/mickaobrien/vim-stackoverflow\n - [vim-search-me](https://github.com/rajasegar/vim-search-web)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Fvim-search-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajasegar%2Fvim-search-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Fvim-search-web/lists"}