Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active June 14, 2023 03:58
Show Gist options
  • Save YumaInaura/bdd74d0e0a89c246bf7286a184c6447d to your computer and use it in GitHub Desktop.
Save YumaInaura/bdd74d0e0a89c246bf7286a184c6447d to your computer and use it in GitHub Desktop.
Git — Vim insert mode by default with git EDITOR ( e.g. when git commit editing )

Git — Vim insert mode by default with git EDITOR ( e.g. when git commit editing )

git config

~/.gitconfig
[core]
  editor = 'vim' -c 'startinsert'

Versions

  • git version 2.8.1
  • VIM - Vi IMproved 8.1

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment