view gitconfig @ 107:bd8a93004421

Include the system inputrc to make Ctrl+Arrow work This only seems to have become a problem since using Tilda again. Which is odd, because it should be a Bash thing rather than Tilda.
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 Apr 2018 20:11:10 +0100
parents dc844728d1d4
children c3320f06d412
line wrap: on
line source

[user]
	name = IBBoard
	email = dev@ibboard.co.uk
[branch]
	autosetupmerge = true
[diff]
[merge]
	tool = meld
[mergetool "meld"]
	cmd = meld \\\"$BASE\\\" \\\"$LOCAL\\\" \\\"$REMOTE\\\"
[diff]
	tool = meld
[difftool "meld"]
	cmd = meld \"\" \"\"
[difftool]
	prompt = false
[push]
	default = simple
[include]
    path = ~/.gitconfig-override