Attempting to carve out a sensible chunk of stuff for a dotfiles repo.
Sure hope I didn't miss any super secret crap :-P
This commit is contained in:
32
gitk
Normal file
32
gitk
Normal file
@@ -0,0 +1,32 @@
|
||||
set mainfont {Helvetica 9}
|
||||
set textfont {Courier 9}
|
||||
set uifont {Helvetica 9 bold}
|
||||
set tabstop 8
|
||||
set findmergefiles 0
|
||||
set maxgraphpct 50
|
||||
set maxwidth 16
|
||||
set cmitmode patch
|
||||
set wrapcomment none
|
||||
set autoselect 1
|
||||
set showneartags 1
|
||||
set showlocalchanges 1
|
||||
set datetimeformat {%Y-%m-%d %H:%M:%S}
|
||||
set limitdiffs 1
|
||||
set bgcolor white
|
||||
set fgcolor black
|
||||
set colors {green red blue magenta darkgrey brown orange}
|
||||
set diffcolors {red "#00a000" blue}
|
||||
set diffcontext 3
|
||||
set selectbgcolor gray85
|
||||
set extdifftool meld
|
||||
set geometry(main) 1680x952+0+25
|
||||
set geometry(topwidth) 1678
|
||||
set geometry(topheight) 520
|
||||
set geometry(pwsash0) "618 1"
|
||||
set geometry(pwsash1) "928 1"
|
||||
set geometry(botwidth) 772
|
||||
set geometry(botheight) 420
|
||||
set permviews {}
|
||||
|
||||
|
||||
# vim:filetype=sh
|
Reference in New Issue
Block a user