{"id":20102593,"url":"https://github.com/cralfa/vim-img-search","last_synced_at":"2025-07-21T17:32:34.564Z","repository":{"id":177958357,"uuid":"540868852","full_name":"CRaLFa/vim-img-search","owner":"CRaLFa","description":"Image search plugin for Vim","archived":false,"fork":false,"pushed_at":"2023-02-01T10:55:31.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T17:23:17.016Z","etag":null,"topics":["google-custom-search","vim","vim-script"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CRaLFa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-09-24T15:07:33.000Z","updated_at":"2023-02-04T05:35:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec614044-88be-4a59-a5d1-ee76dd70cd94","html_url":"https://github.com/CRaLFa/vim-img-search","commit_stats":null,"previous_names":["cralfa/vim-img-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CRaLFa/vim-img-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim-img-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim-img-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim-img-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim-img-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CRaLFa","download_url":"https://codeload.github.com/CRaLFa/vim-img-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim-img-search/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266342809,"owners_count":23914262,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["google-custom-search","vim","vim-script"],"created_at":"2024-11-13T17:31:55.515Z","updated_at":"2025-07-21T17:32:34.533Z","avatar_url":"https://github.com/CRaLFa.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-img-search\n\nImage search plugin for Vim\n\n## Installation\n\nUsing [dein.vim](https://github.com/Shougo/dein.vim) plugin manager:\n\n```vim\ndein#add('CRaLFa/vim-img-search')\n```\n\n## Variables\n\n* `g:img_search_api_key`: API key for Google Custom Search API (required)\n* `g:img_search_engine_id`: Search engine ID for Google Custom Search API (required)\n* `g:img_search_max_width`: Max image width (default: 480)\n* `g:img_search_max_height`: Max image height (default: 270)\n\n### Example\n\nIn `~/.vimrc`:\n\n```vim\nlet g:img_search_api_key = 'AIzaSxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'\nlet g:img_search_engine_id = '7e1ffxxxxxxxxxxxx'\nlet g:img_search_max_width = 768\nlet g:img_search_max_height = 432\n```\n\n## Usage\n\nPress `Alt` + `i` to search image using the word under the cursor in Normal mode or the string in the selected range in Visual mode as the keyword.\nWhen the search is completed, a new window will open in the lower half of the screen to display the result images.\n\nThe maximum number of search results is 10.\n`Alt` + `b` displays the previous image, and `Alt` + `n` displays the next image.\n\nThe URL of the image being displayed is set in the unnamed register and can be pasted with `p` or `P`.\n\nPress `Alt` + `j` to close the search results window.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcralfa%2Fvim-img-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcralfa%2Fvim-img-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcralfa%2Fvim-img-search/lists"}