Skip to content

Is it possible to use this as the default editor for git? #1158

Discussion options

You must be logged in to vote

It is possible! All you have to do is:

  1. Install the CotEditor App from Mac App Store or somewhere else
  2. Install the cot command line tool
    • brew tap coteditor/coteditor
    • brew install cot
  3. Set it as you git default editor using the --wait argument
    • git config --global core.editor 'cot --wait'

That's it. Everything seems to work great!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@scottaw66
Comment options

@noah-nuebling
Comment options

@scottaw66
Comment options

@1024jp
Comment options

Answer selected by noah-nuebling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants