{"id":20996132,"url":"https://github.com/kashav/vim-searchfox","last_synced_at":"2025-08-23T10:13:17.178Z","repository":{"id":243975942,"uuid":"138682817","full_name":"kashav/vim-searchfox","owner":"kashav","description":"Use Searchfox (https://searchfox.org) directly from Vim.","archived":false,"fork":false,"pushed_at":"2018-07-11T02:23:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-19T16:01:08.777Z","etag":null,"topics":["firefox","mozilla","vim"],"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/kashav.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-06-26T04:01:43.000Z","updated_at":"2024-06-12T02:16:09.000Z","dependencies_parsed_at":"2024-06-12T10:05:37.279Z","dependency_job_id":"0c79a20c-8d3e-495f-bbd4-fb297465e97f","html_url":"https://github.com/kashav/vim-searchfox","commit_stats":null,"previous_names":["kashav/vim-searchfox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kashav/vim-searchfox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kashav%2Fvim-searchfox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kashav%2Fvim-searchfox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kashav%2Fvim-searchfox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kashav%2Fvim-searchfox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kashav","download_url":"https://codeload.github.com/kashav/vim-searchfox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kashav%2Fvim-searchfox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746559,"owners_count":24813570,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["firefox","mozilla","vim"],"created_at":"2024-11-19T07:28:12.465Z","updated_at":"2025-08-23T10:13:17.159Z","avatar_url":"https://github.com/kashav.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## vim-searchfox\n\nvim-searchfox allows you to use [Searchfox](https://searchfox.org) directly from Vim.\n\n### Installation\n\nInstall with your preferred installation method. I recommend [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\ncall plug#begin('~/.vim/plugged')\nPlug 'kshvmdn/vim-searchfox'\ncall plug#end()\n```\n\n### Usage\n\nTo open the current file (at the current line), use the `SFOpen` command.\n\n```\n:SFOpen\n```\n\nTo lookup a word, use the `SFSearch` command. This also works in visual mode with a selection.\n\n```\n:SFSearch\n```\n\n### Configuration\n\n- `g:searchfox_url`\n\n  Sets the Searchfox repository URL. Defaults to [mozilla-central](https://hg.mozilla.org/mozilla-central).\n\n  ```vim\n  let g:searchfox_url = \"https://searchfox.org/mozilla-central/\"\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkashav%2Fvim-searchfox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkashav%2Fvim-searchfox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkashav%2Fvim-searchfox/lists"}