{"id":16615324,"url":"https://github.com/goreliu/vimdesktop","last_synced_at":"2026-01-27T17:35:41.950Z","repository":{"id":50370402,"uuid":"52502434","full_name":"goreliu/vimdesktop","owner":"goreliu","description":"让所有 Windows 桌面程序拥有 Vim 操作风格的辅助工具","archived":false,"fork":false,"pushed_at":"2025-02-18T10:40:09.000Z","size":2837,"stargazers_count":430,"open_issues_count":3,"forks_count":75,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-02-18T11:35:20.377Z","etag":null,"topics":["autohotkey","total-commander"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","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/goreliu.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}},"created_at":"2016-02-25T06:30:14.000Z","updated_at":"2025-02-18T10:40:14.000Z","dependencies_parsed_at":"2023-01-22T18:50:11.266Z","dependency_job_id":null,"html_url":"https://github.com/goreliu/vimdesktop","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fvimdesktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fvimdesktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fvimdesktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fvimdesktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goreliu","download_url":"https://codeload.github.com/goreliu/vimdesktop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242956549,"owners_count":20212454,"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","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":["autohotkey","total-commander"],"created_at":"2024-10-12T02:09:12.448Z","updated_at":"2026-01-27T17:35:41.879Z","avatar_url":"https://github.com/goreliu.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ![icon](Doc/Images/vimdesktop_32.jpg) VimDesktop\n\n让所有 Windows 桌面程序拥有 Vim 操作风格的辅助工具。\n\n### 链接\n\n[详细介绍](https://github.com/goreliu/vimdesktop/wiki)\n\n[Introduction](https://github.com/goreliu/vimdesktop/wiki/VimDesktop-Introduction)\n\n[下载地址](https://github.com/goreliu/vimdesktop/releases/latest)\n\n[文档首页](https://github.com/goreliu/vimdesktop/wiki)\n\n[TC 快捷键列表](https://github.com/goreliu/vimdesktop/wiki/TC%E5%BF%AB%E6%8D%B7%E9%94%AE%E5%88%97%E8%A1%A8)\n\n[API 列表](https://github.com/goreliu/vimdesktop/wiki/API%E5%88%97%E8%A1%A8)\n\n[更新历史](https://github.com/goreliu/vimdesktop/wiki/HISTORY)\n\n### VimDesktop 历史\n\nVimDesktop 的前身是 [linxinhong](http://git.oschina.net/linxinhong) 的 ViATc （现已停止更新）：[github地址](https://github.com/linxinhong/ViATc) [sourceforge地址](https://sourceforge.net/p/viatc/home/%E4%B8%BB%E9%A1%B5/)\n\n之后 [linxinhong](http://git.oschina.net/linxinhong) 将其升级为 [VimDesktop 1](https://github.com/victorwoo/vimdesktop)，该版本由 [linxinhong](http://git.oschina.net/linxinhong)、[victorwoo](https://github.com/victorwoo)、[wideweide](https://github.com/wideweide) 等人协同开发。\n\n再之后 [linxinhong](http://git.oschina.net/linxinhong) 又将其升级为 [VimDesktop 2](http://git.oschina.net/linxinhong/VimDesktop)，2版本的核心文件和1版本相比改动较大，配置文件格式也有所不同。\n\n目前 [linxinhong](http://git.oschina.net/linxinhong) 将主要精力放在 [QuickZ](http://git.oschina.net/linxinhong/QuickZ) 上， [VimDesktop 2](http://git.oschina.net/linxinhong/VimDesktop) 已有较长时间没有更新。\n\n### 此版本 VimDesktop 的历史和缘由\n\n我 2016 年 1 月接触到的 VimDesktop，当时在网上搜到了两个版本的 VimDesktop，如上所述。我分别试用后感觉 [VimDesktop 1](https://github.com/victorwoo/vimdesktop) 版本的好用些，主要是 `TotalCommander_Dialog` 插件很有用，配置文件也更方便些，当时并未考虑过修改代码。但使用过程中慢慢发现一些问题，或者有功能缺失，改了很多代码。修改过程中，发现这个版本的核心文件 `lib/vimcore.ahk` 缺陷比较多，功能也相对薄弱，而 [VimDesktop 2](http://git.oschina.net/linxinhong/VimDesktop) 的`lib/class_vim.ahk` 是 `lib/vimcore.ahk` 的升级版，功能更强大，缺陷也少些。于是改用 [VimDesktop 2](http://git.oschina.net/linxinhong/VimDesktop) 的部分核心文件，而插件部分还是沿用之前的代码，除了必要的兼容性改动。\n\n此版本包含 [VimDesktop 1](https://github.com/victorwoo/vimdesktop) 和 [VimDesktop 2](http://git.oschina.net/linxinhong/VimDesktop) 的全部功能。\n\n2020 年起，我不再发布新版本，不再保证原有功能继续保留，不再保证配置的向后兼容性，不再回答任何功能相关问题，不再维护文档，我会根据自己的需求随意修改代码，请不要随意更新。因为很多陈旧代码的功能我并不需要，也无力测试，放在那里会让软件的维护变得十分困难，所以我已经几年时间没有大改了。为了让这个软件继续活下去（即使只有我一个人用），我必须放弃向后兼容的包袱，大刀阔斧地修改。另外我已经用 [Double Commander](https://doublecmd.sourceforge.io/) 替代了 [Total Commander](https://www.ghisler.com/)，所以不再维护 TC 插件（但不会删除代码）。而我写的 DC 插件，依赖 DC 本身的代码修改和配置定制，仅供自用。\n\n如果有人想维护该软件的公共版本，可以通过 ly50247@126.com 联系我。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoreliu%2Fvimdesktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoreliu%2Fvimdesktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoreliu%2Fvimdesktop/lists"}