macvim-dev / macvim-dev/macvim
Configure mvim as cli tool via the settings
还没有人认领这个 Issue。
- 主要语言
- Vim Script
- 星标
- 7.9k
- 派生
- 691
- PR 合并指标
- 30 天内没有已合并 PR
描述
Most of the time I would start mvim from the command line, but that is only possible if you add a softlink into /usr/local/bin/ so I would recommend a more user friendly version.
Described solution
A clear and concise description of what you want to happen.
I would recommend a new check box within the settings panel which will add a softlink to /usr/local/bin/ from the GUI.
Currently way to add mvim to the cli
A clear and concise description of any alternative solutions or features you've considered.
- Install macvim
- Add a softlink
sudo ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 MacVim 的设置面板,以及 /Applications/MacVim.app/Contents/bin/ 下现有的 mvim 入口点。确定 GUI 如何在 /usr/local/bin/mvim 创建软链接;当设置中的复选框能够执行此设置并处理所描述的命令行工作流时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- macos, vim
- 领域
- cli, desktop
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100