{"id":48883126,"url":"https://github.com/wheedo07/vimgodot","last_synced_at":"2026-04-16T04:02:02.555Z","repository":{"id":323293639,"uuid":"1092679557","full_name":"wheedo07/VimGodot","owner":"wheedo07","description":"Vim keybindings for Godot Editor, implemented with GDExtension.","archived":false,"fork":false,"pushed_at":"2025-11-25T04:56:08.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-28T13:49:38.057Z","etag":null,"topics":["gdextension","godot","vim"],"latest_commit_sha":null,"homepage":"","language":"C++","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/wheedo07.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-09T04:47:37.000Z","updated_at":"2025-11-25T04:50:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wheedo07/VimGodot","commit_stats":null,"previous_names":["wheedo07/vimgodot"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wheedo07/VimGodot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wheedo07%2FVimGodot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wheedo07%2FVimGodot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wheedo07%2FVimGodot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wheedo07%2FVimGodot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wheedo07","download_url":"https://codeload.github.com/wheedo07/VimGodot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wheedo07%2FVimGodot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","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":["gdextension","godot","vim"],"created_at":"2026-04-16T04:02:01.514Z","updated_at":"2026-04-16T04:02:02.540Z","avatar_url":"https://github.com/wheedo07.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VimGodot\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./godot/addons/VimGodot/icon.png\" alt=\"VimGodot Icon\" width=\"100\"/\u003e\n  \u003cp\u003e\u003cem\u003eGodot Script Editor에서 Vim의 강력함을 경험하세요\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## 🚀 소개\nVimGodot는 Godot 게임 엔진의 스크립트 편집기에서 Vim의 강력한 기능을 사용할 수 있도록 해주는 플러그인입니다. 이 플러그인을 통해 개발자는 익숙한 Vim 키 바인딩과 명령어를 활용하여 생산성을 높일 수 있습니다.\n\n## 🔥 주요 기능\n- **Vim 키 바인딩 지원**: 일반 모드, 삽입 모드, 비주얼 모드 등 Vim의 다양한 모드를 지원합니다.\n- **명령어 모드**: Vim의 명령어 모드를 통해 파일 탐색, 편집, 저장 등을 빠르게 수행할 수 있습니다.\n- **커스터마이징 가능**: 사용자가 원하는 대로 키 바인딩과 설정을 조정할 수 있습니다.\n\n## 🛠 커스텀 설정\n- `res://addons/VimGodot/conf/key_maping.json`: VimGodot의 키 바인딩 설정 파일입니다. 이 파일을 수정하여 원하는 키 바인딩을 설정할 수 있습니다.\n- `res://addons/VimGodot/conf/keys_white_list.json`: 특정 키를 화이트리스트에 추가하여 VimGodot가 해당 키 입력을 무시하도록 설정할 수 있습니다.\n- 설정 후 Godot 에디터를 재시작하거나, 커맨드 팔레트에서 \"VimGodot: Reload Settings\" 명령어를 실행하여 변경 사항을 적용하세요.\n- 자세한 설정은 [setting.md](docs/setting.md) 파일을 참고하세요.\n\n## 🏗️ 아키텍처\n\n- **[VimCore](src/vim/main.h)**: 세션 관리, 레지스터, 매크로 시스템\n- **[EditorAdaptor](src/vim/editor_adaptor.h)**: Godot 에디터 인터페이스 레이어\n- **[CommandDispatcher](src/vim/command_dispatcher.h)**: 키 입력을 명령으로 변환\n- **[Commands](src/vim/command/)**: 모든 Vim 명령 구현체\n\n### 🎵 특별 감사\n- [godot-vim](https://github.com/joshnajera/godot-vim): 이 프로젝트는 godot-vim 프로젝트에서 영감을 받았습니다.\n\n## 📄 라이선스\n\n이 프로젝트는 [MIT License](LICENSE) 하에 배포됩니다.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwheedo07%2Fvimgodot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwheedo07%2Fvimgodot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwheedo07%2Fvimgodot/lists"}