1b7aa8ec75fb

git: switch to vim for committing
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Jun 2010 17:53:21 -0400
parents 5a0b9ffa6b91
children 309b770e8a8d
branches/tags (none)
files .gitconfig

Changes

--- a/.gitconfig	Tue Jun 08 17:11:25 2010 -0400
+++ b/.gitconfig	Wed Jun 09 17:53:21 2010 -0400
@@ -4,7 +4,7 @@
 
 [core]
 pager = cat
-editor = mate -w
+editor = vim
 
 [alias]
 gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'