{"id":32616310,"url":"https://github.com/keitheis/claude-code.vim","last_synced_at":"2026-02-27T05:01:04.476Z","repository":{"id":319330979,"uuid":"1078384686","full_name":"keitheis/claude-code.vim","owner":"keitheis","description":"Vim/MacVim integration for Claude Code","archived":false,"fork":false,"pushed_at":"2026-01-31T07:12:44.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T13:59:31.577Z","etag":null,"topics":[],"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/keitheis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-17T16:40:15.000Z","updated_at":"2026-01-31T07:12:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/keitheis/claude-code.vim","commit_stats":null,"previous_names":["keitheis/claude-code.vim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keitheis/claude-code.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitheis%2Fclaude-code.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitheis%2Fclaude-code.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitheis%2Fclaude-code.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitheis%2Fclaude-code.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keitheis","download_url":"https://codeload.github.com/keitheis/claude-code.vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitheis%2Fclaude-code.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29885799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":[],"created_at":"2025-10-30T16:55:13.034Z","updated_at":"2026-02-27T05:01:04.457Z","avatar_url":"https://github.com/keitheis.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Vim Plugin\n\nThis plugin integrates the [Claude Code](https://claude.com/product/claude-code) CLI with Vim and MacVim.\n\n## Features\n- Run Claude Code inside a Vim terminal window\n- Auto reload files changed by Claude\n- Git project detection\n- Configurable key mappings and commands\n\n## Installation\n\n### vim-plug\n```vim\nPlug 'keitheis/claude-code.vim'\n```\n\n### Vundle\n```vim\nPlugin 'keitheis/claude-code.vim'\n```\n\n### Manual\nClone the repository into your `~/.vim` or `~/.vim/pack` directory.\n\n## Configuration Example\n```vim\nlet g:claude_code_config = {\n  \\ 'window': {'position': 'botright'},\n  \\ }\n```\n`enter_insert` under the `window` section controls whether the terminal\nautomatically enters insert mode whenever you switch to it. It defaults\nto `1`. When enabled, the plugin feeds an `i\u003cBS\u003e` sequence on focus so\nthe terminal always re-enters job mode.\n\n## Usage\n- `:ClaudeCode` toggle the terminal\n- `:'\u003c,'\u003eClaudeCodeSelect` send selected lines to Claude\n- `\u003cC-,\u003e` default mapping\n\n## Troubleshooting\nEnsure Vim 8.0+ with `+terminal` feature is available.\nIf you use the AutoComplPop plugin and see text like `=feedPopup()`\ninserted when switching back to the Claude terminal, this plugin now\ndisables that mapping for the terminal buffer automatically.\n\n## Compatibility\nVim 8.0 or newer is required. Floating windows need Vim 8.2+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeitheis%2Fclaude-code.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeitheis%2Fclaude-code.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeitheis%2Fclaude-code.vim/lists"}