macvim-dev / macvim-dev/macvim

Configure mvim as cli tool via the settings

Open
#1,404 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature Request
Dominant language
Vim Script
Stars
7.9k
Forks
691
PR merge metrics
No merged PRs in 30d

Description

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.
Screenshot 2023-05-08 at 16 30 52

Currently way to add mvim to the cli
A clear and concise description of any alternative solutions or features you've considered.

  1. Install macvim
  2. Add a softlink sudo ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating MacVim's settings panel and the existing mvim entry point under /Applications/MacVim.app/Contents/bin/. Determine how the GUI can create a softlink at /usr/local/bin/mvim; done means a settings checkbox performs this setup and handles the described command-line workflow.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, vim
Domain
cli, desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.