{"id":23538024,"url":"https://github.com/mityu/vim-cmdhistory","last_synced_at":"2026-01-27T19:50:33.654Z","repository":{"id":209217491,"uuid":"723496742","full_name":"mityu/vim-cmdhistory","owner":"mityu","description":"Command-line history selector plugin for Vim9.","archived":false,"fork":false,"pushed_at":"2025-10-05T04:00:44.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T05:38:47.100Z","etag":null,"topics":["vim9"],"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/mityu.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,"zenodo":null}},"created_at":"2023-11-25T21:14:02.000Z","updated_at":"2025-10-05T04:00:22.000Z","dependencies_parsed_at":"2024-01-25T08:27:54.119Z","dependency_job_id":"a794b227-54d6-44e4-b232-78e6373a45ae","html_url":"https://github.com/mityu/vim-cmdhistory","commit_stats":null,"previous_names":["mityu/vim-cmdhistory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mityu/vim-cmdhistory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvim-cmdhistory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvim-cmdhistory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvim-cmdhistory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvim-cmdhistory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mityu","download_url":"https://codeload.github.com/mityu/vim-cmdhistory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvim-cmdhistory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28819884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"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":["vim9"],"created_at":"2024-12-26T03:29:25.836Z","updated_at":"2026-01-27T19:50:33.649Z","avatar_url":"https://github.com/mityu.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cmdhistory.vim\n\nThis is a Vim plugin to select command-line history on command-line and command-line window.\n\n\n## Requirements\n\n- Vim 9.0 or later.\n- Neovim v0.11.0 or later.\n\n\n## Example configuration\n\nIn your .vimrc:\n\n```vim\ncnoremap \u003cC-o\u003e \u003cCmd\u003ecall cmdhistory#select()\u003cCR\u003e\n\naugroup setup-cmdhistory-plugin-for-cmdwin\n  autocmd!\n  autocmd CmdWinEnter * nnoremap \u003cbuffer\u003e / \u003cCmd\u003ecall cmdhistory#select()\u003cCR\u003e\n  autocmd User cmdhistory-initialize call s:setup_cmdhistory()\naugroup END\n\nfunction s:setup_cmdhistory()\n  \" Set plugin default mappings.\n  call cmdhistory#set_default_mappings()\n\n  \" Accept the present item with \u003cTab\u003e key.\n  call cmdhistory#map_action('\u003cTab\u003e', ['accept'])\nendfunction\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmityu%2Fvim-cmdhistory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmityu%2Fvim-cmdhistory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmityu%2Fvim-cmdhistory/lists"}