# VimDesktop **Repository Path**: program4fun/VimDesktop ## Basic Information - **Project Name**: VimDesktop - **Description**: 通过Autohotkey来VIM化桌面上大部分程序 - **Primary Language**: AutoHotkey - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 29 - **Created**: 2015-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VimDesktop是什么? VimDesktop 是一套基于AHK编辑的热键管理框架 可以做到: > 多个模式:如 Normal 模式 、Insert 模式、 Search模式 > 不同模式下的同一热键对应不同功能。如 > Normal 模式下: > a : 按下 a 添加块注释 > Insert 模式下: > a : 按下 a 就是插入a > Search 模式下 : > a : 搜索特定的单词 > 模式间可以自由转换,只需要少量代码。 > 每个热键对应什么功能,自己写Label 即可。 # VimDesktop已经做了哪些? VimDesktop支持插件化,现在初步支持 + __TotalCommander__ 由[ViATc](http://xbeta.info/viatc.htm)进阶而来,将TC vim化,方便管理文件 + __Everything__ 支持[Everything](http://xbeta.info/everything-search-tool.htm)上的vim化 + 更多插件…… # VimDesktop要做些什么? + 完善帮助文档,让更多人可以编写自己的插件。vim your desktop + 增加更多的插件 # 其它 + 如果有问题可以发送邮件给我[StarRed](mailto:234653915@qq.com) + 或者加入群一起讨论 271105729