Skip to content

Instantly share code, notes, and snippets.

@deomorxsy
Created September 9, 2020 00:46
Show Gist options
  • Save deomorxsy/fc9fd302ef798e944c7f5ba2c3e2e69b to your computer and use it in GitHub Desktop.
Save deomorxsy/fc9fd302ef798e944c7f5ba2c3e2e69b to your computer and use it in GitHub Desktop.
Changing git's code/text editor (to vim).

changing code editor in git:

  • Set core.editor in your Git config: git config --global core.editor "vim"
  • Set the GIT_EDITOR environment variable: export GIT_EDITOR=vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment