{"id":20102598,"url":"https://github.com/cralfa/vim9-img-search","last_synced_at":"2026-06-08T11:31:31.571Z","repository":{"id":60067563,"uuid":"538511310","full_name":"CRaLFa/vim9-img-search","owner":"CRaLFa","description":"Image search plugin for Vim written in Vim9 script","archived":false,"fork":false,"pushed_at":"2023-02-01T10:55:56.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T17:23:28.249Z","etag":null,"topics":["google-custom-search","vim","vim9-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}},"created_at":"2022-09-19T13:17:19.000Z","updated_at":"2025-02-19T14:58:52.000Z","dependencies_parsed_at":"2023-02-17T04:30:50.151Z","dependency_job_id":null,"html_url":"https://github.com/CRaLFa/vim9-img-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CRaLFa/vim9-img-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim9-img-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim9-img-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim9-img-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim9-img-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CRaLFa","download_url":"https://codeload.github.com/CRaLFa/vim9-img-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CRaLFa%2Fvim9-img-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["google-custom-search","vim","vim9-script"],"created_at":"2024-11-13T17:31:56.324Z","updated_at":"2026-06-08T11:31:31.541Z","avatar_url":"https://github.com/CRaLFa.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim9-img-search\n\nImage search plugin for Vim 9\n\n## Installation\n\nUsing [dein.vim](https://github.com/Shougo/dein.vim) plugin manager:\n\n```vim\ndein#add('CRaLFa/vim9-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%2Fvim9-img-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcralfa%2Fvim9-img-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcralfa%2Fvim9-img-search/lists"}