question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add MacVim as a supported external editor for macOS

See original GitHub issue

Description

I want to be able to select the system default editor, or specify any program to open a file. Why limit the user to three choices?!

Version

  • GitHub Desktop: 1.1.1 downloaded from web

macOS sierra

  • Operating system:

Steps to Reproduce

Go here: image

Expected Behavior

User is presented a sheet to choose a program.

Actual Behavior

Only three options.

Additional Information

Logs

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
shiftkeycommented, May 7, 2018

Similar to OP I would like to use Vim (GVim in the Windows world) but allowing any editor shouldn’t require so much editor-specific code.

The big reason why I still continue to nudge people to help contribute the work to add support for their editor is that, once we figure out the right code to use, it’s available to everyone.

I’m also happy to help with reviewing and pointers about how things work - this approach has been a great timesaver personally!

1reaction
johnelliottcommented, Apr 26, 2018

Thanks all, I have started the PR here: https://github.com/desktop/desktop/pull/4532

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change editor to vim in mac os? - Support - Joplin Forum
Found the answer: joplin > preferences > general options > text editor command. Could the mods please add this to the faq when...
Read more >
How to use a custom text editor (like Emacs.app or MacVim) in ...
A menu will pop up. Choose External Editor. If your text editor does not appear in the submenu, choose Other. Navigate to the...
Read more >
Using VIM as a text editing tool on the Mac | by Steven Curtis
VIM allows you to create and edit text files on your Mac. It is wonderful, fast and free. However there seems to be...
Read more >
set default vim as editor instead macvim - Stack Overflow
As you said, you may add in your .zshrc: alias mvim=/Applications/MacVim.app/Contents/MacOS/Vim. then to refresh the changes:
Read more >
How do I install vim on OSX with Python 3 support? - Super User
The following works as of 26 May 2017 when a -python3 version of Vim is already installed via homebrew: brew remove vim brew...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found