Skip to content

Instantly share code, notes, and snippets.

@slgraff
Created March 19, 2020 19:40
Show Gist options
  • Save slgraff/05fbb09517147f1c13f742981f554df2 to your computer and use it in GitHub Desktop.
Save slgraff/05fbb09517147f1c13f742981f554df2 to your computer and use it in GitHub Desktop.
Setting CoffeeCup as external editor on Windows
Using CoffeCup as your external editor for Git
You can set your default editor in Git to use CoffeeCup if you have installed the editor.
- Instlall CoffeeCup
- Open GitBash
- Type this command:
`$ git config --global core.editor "'c:/Users//AppData/Roaming/CoffeeCup Software/CoffeeCup Free HTML Editor/Coffee.exe' -w"
"'c:/Users/slgra/AppData/Roaming/CoffeeCup Software/CoffeeCup Free HTML Editor/Coffee.exe' -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment