]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Always use Vim as editor for Git.
authorSimon Ruderich <simon@ruderich.org>
Mon, 23 Feb 2009 17:39:21 +0000 (11:39 -0600)
committerSimon Ruderich <simon@ruderich.org>
Mon, 23 Feb 2009 17:39:21 +0000 (11:39 -0600)
gitconfig.m4

index 899319dfe80235c2c01620c1bdb18fa1b5997420..eab047768cfa47678e1e45e08800698880392d6f 100644 (file)
@@ -6,6 +6,7 @@
        ui = auto
 
 [core]
+       editor = vim
        excludesfile = HOME/.gitignore
 
 [alias]