win-vind

win-vind

将Windows界面Vim化的开源工具

win-vind是Windows平台上的开源工具,实现了命令行与图形界面的混合系统。它可让用户使用Vim风格的方式操作Windows界面,支持Vim式的配置和模式。内置多种命令,无需复杂脚本即可自定义。作为便携单文件程序,win-vind能通过命令行执行界面操作,为用户提供类似Vim的Windows操作方式。

win-vindWindowsVimGUI控制快捷键Github开源项目
<h1></h1> <p align="center"> <img src="docs/imgs/banner.gif?raw=true" /> <p align="center"> <a href="https://scan.coverity.com/projects/pit-ray-win-vind"><img alt="Coverity Scan Build Status" src="https://img.shields.io/coverity/scan/pit-ray-win-vind?style=flat-square" /></a> <a href="https://www.codacy.com/gh/pit-ray/win-vind/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pit-ray/win-vind&amp;utm_campaign=Badge_Grade"><img src="https://img.shields.io/codacy/grade/8f2e6f2826904efd82019f5888574327?style=flat-square" /></a> <a href="https://github.com/pit-ray/win-vind/actions/workflows/codeql-analysis.yml"><img src="https://img.shields.io/github/actions/workflow/status/pit-ray/win-vind/codeql-analysis.yml?branch=master&label=CodeQL&logo=github&style=flat-square" /></a> <a href="https://github.com/pit-ray/win-vind/actions/workflows/test.yml"><img src="https://img.shields.io/github/actions/workflow/status/pit-ray/win-vind/test.yml?branch=master&label=test&logo=github&style=flat-square" /></a> <br> <a href="https://github.com/pit-ray/win-vind/actions/workflows/coverity.yml"><img src="https://img.shields.io/github/actions/workflow/status/pit-ray/win-vind/coverity.yml?branch=master&label=cov-build&logo=github&style=flat-square" /></a> <a href="https://github.com/pit-ray/win-vind/actions/workflows/mingw.yml"><img src="https://img.shields.io/github/actions/workflow/status/pit-ray/win-vind/mingw.yml?branch=master&label=MinGW%20build&logo=github&style=flat-square" /></a> <a href="https://github.com/pit-ray/win-vind/actions/workflows/msvc.yml"><img src="https://img.shields.io/github/actions/workflow/status/pit-ray/win-vind/msvc.yml?branch=master&label=MSVC%20build&logo=github&style=flat-square" /></a> <br> <a href="https://community.chocolatey.org/packages/win-vind"><img src="https://img.shields.io/badge/chocolatey-supported-blue?style=flat-square&color=607D8B" /></a> <a href="https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/pit-ray/win-vind"><img src="https://img.shields.io/badge/winget-supported-blue?style=flat-square&color=607D8B" /></a> <a href="https://github.com/ScoopInstaller/Extras/commits/master/bucket/win-vind.json"><img src="https://img.shields.io/badge/scoop-supported-blue?style=flat-square&color=607D8B" /></a> </p> </p>

What is this?

win-vind provides a lightweight hybrid UI system of CUI and GUI for Windows.
By installing this tool, you will be able to control the Windows GUI in the same way as Vim.

1. Vim-user friendly.

All configuration methods and mode concepts are derived from Vim, allowing for Vim-like UI operation.
Vim users only need to understand win-vind's macro features and additional mode concepts with little learning cost.

2. There are many useful built-in commands.

You don't have to worry about complicated scripts and dependencies like with traditional key binding tools.
You can freely create user-defined commands by combining low-level optimized built-in commands.

3. Very portable and fully open source.

win-vind is a small single binary with no dependencies that runs with user permissions.
It is also available from the command line as a command for UI operations like $ win-vind -c "ggyyGp".

Top Feature Demo

<div><video controls src="https://user-images.githubusercontent.com/42631247/215270933-3365065b-53db-4eca-9fc6-cd03d13e5ab0.mp4" muted="false"></video></div> <br>

Installation

win-vind supports a variety of installation methods.

Chocolatey

$ choco install win-vind

winget

$ winget install win-vind

Scoop

This has been added to Scoop Extras thanks to contributors and is automatically updated by the autoupdate feature of scoop.

$ scoop bucket add extras
$ scoop install win-vind

Executable Installer

Portable Zip

Usage

Usage is mainly described in easy-to-read documentation pages with plenty of diagrams. Here, only a sample .vindrc is shown below. As you can see, it is Vim user-friendly.

The file is located at C:\Users\[USERNAME]\.win-vind\.vindrc

.vindrc sample

" Choose the version of {tiny, small, normal, big, huge}. version normal " Change parameters set shell = cmd set cmd_fontsize = 14 set cmd_fontname = Consolas set easyclick_bgcolor=E67E22 set easyclick_fontcolor=34495E " Map capslock to ctrl. imap <capslock> {<ctrl>} " Define useful shortcuts inoremap <ctrl-shift-f> <easyclick><click_left> inoremap <ctrl-shift-m> <gridmove><click_left> inoremap <ctrl-shift-s> <switch_window><easyclick><click_left> " Register application launchers noremap <ctrl-1> :! gvim<cr> noremap <ctrl-2> :e http://example.com<cr> " Define macros like Vim enoremap t ggyyGp " Apply auto-commands autocmd AppLeave * <to_insert> autocmd AppEnter,EdiNormalEnter vim.exe <to_resident>

Default Mappings

win-vind has many features, but you can use a simpler one for your purposes by putting the version command at the beginning of your .vindrc. If you want to use tiny version, write the following. It is important to note that nothing but comments can be written before the version command. If you do not write the version command, huge will be loaded.

" Only comments can be written in here. version tiny " Any command can be written from. " For example set shell = cmd
TierSupported Features
tiny+mouse +syscmd
small+mouse +syscmd +window +process
normal+mouse +syscmd +window +process +vimemu
big+mouse +syscmd +window +process +vimemu +hotkey +gvmode
huge+mouse +syscmd +window +process +vimemu +hotkey +gvmode +experimental

Following Vim, there are five tiers.

  • tiny has minimal commands for mouse moving and clicking from the keyboard (e.g., GridMove and EasyClick).
  • small allows more flexible handling of window controls and process launches, etc.
  • normal has Vim emulation mappings and allows text editing in text areas, etc.
  • big adds several hotkeys that redefine some of the shortcut keys in Windows to operate Windows with more Vim-like ways. It also provides GUI Visual Mode (+gvmode), which allows for holding down the mouse.
  • huge allows win-vind to have experimental features for more complex operations.

For more information on default mappings, please visit our website.

Known Issues

  • EasyClick does not seem to work properly for some applications on older Windows 10 before 1803. The cause is not known, but we have confirmed that it works after 1909. (#11)

  • Windows 10/11 Single Language does not seem to be able to map toggle keys such as <Capslock>. (#40)

  • If you want to use word motion (e.g. w, B, e) in MS Office Word, it is recommended to disable Use smart paragraph selection.

    <img src="docs/imgs/opt_in_ms_word.png" title="Option in MS Word" width=600>

Build

All you have to do is install cmake, Visual Sudio and Windows SDK, then do the following.

$ cmake -B build $ cmake --build build $ ./build/Debug/win-vind.exe

If you want to build with MinGW or create an installer, see here.

Test

Tests can be run using ctest and python.

Unit Test

Run source code level tests.

$ cd tests $ cmake -B build unit $ cmake --build build $ ctest -C Debug --test-dir build --output-on-failure $ cd ..

Runtime Test

Runtime tests check the behavior of the built binaries.

$ cd tests $ python runtime/test.py "../bin_64/win-vind/win-vind.exe" # Specifies the binary for release. $ cd ..

See this document for details.

Contribute

If you would like to contribute to win-vind, see CONTRIBUTING.md.

The project is managed with <a href="https://github.com/users/pit-ray/projects/2">GitHub Projects</a>.

Similar Projects

License

This software is provided by pit-ray under the MIT License.

编辑推荐精选

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

酷表ChatExcel

酷表ChatExcel

大模型驱动的Excel数据处理工具

基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。

AI工具使用教程AI营销产品酷表ChatExcelAI智能客服
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

热门AI工具生产力协作转型TraeAI IDE
AIWritePaper论文写作

AIWritePaper论文写作

AI论文写作指导平台

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

数据安全AI助手热门AI工具AI辅助写作AI论文工具论文写作智能生成大纲
博思AIPPT

博思AIPPT

AI一键生成PPT,就用博思AIPPT!

博思AIPPT,新一代的AI生成PPT平台,支持智能生成PPT、AI美化PPT、文本&链接生成PPT、导入Word/PDF/Markdown文档生成PPT等,内置海量精美PPT模板,涵盖商务、教育、科技等不同风格,同时针对每个页面提供多种版式,一键自适应切换,完美适配各种办公场景。

热门AI工具AI办公办公工具智能排版AI生成PPT博思AIPPT海量精品模板AI创作
潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

下拉加载更多