Skip to content

Instantly share code, notes, and snippets.

@flkc
flkc / config-editor.md
Last active February 11, 2018 20:18 — forked from nnja/config-editor.md
Configure git editor

Set which editor git should use.

This is the program that will open during a commit with no -m flag, a merge, a rebase, etc...

Select from any installed editor. Examples:

  • emacs: emacs
  • vi: vi or vim