mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
31 lines
339 B
Plaintext
31 lines
339 B
Plaintext
[core]
|
|
pager = less -x4
|
|
editor = vim
|
|
excludesfile = ~/.config/git/ignore
|
|
|
|
[user]
|
|
name = Bert Peters
|
|
email = bert.ljpeters@gmail.com
|
|
|
|
[color]
|
|
ui = auto
|
|
|
|
[log]
|
|
abbrevCommit = true
|
|
follow = true
|
|
|
|
[commit]
|
|
verbose = true
|
|
|
|
[push]
|
|
default = simple
|
|
|
|
[merge]
|
|
tool = vimdiff
|
|
|
|
[help]
|
|
autocorrect = 10
|
|
|
|
[branch]
|
|
autosetuprebase = always
|