This commit is contained in:
Vasili Svirydau
2018-02-20 10:30:04 -08:00
parent 407bcf459d
commit 6e35d9baec
2 changed files with 21 additions and 8 deletions

View File

@@ -1,17 +1,26 @@
[user]
name = Vasili Sviridov
email = vasili@sviridov.ca
name = Vasili Svirydau
email = vsvirydau@copperleaf.com
[push]
default = simple
[core]
editor = /usr/bin/vim
[diff]
tool = bcomp
[merge]
tool = bcomp
[mergetool "bcomp"]
[merge]
tool = bcompare
[diff]
tool = bcompare
[mergetool "bcompare"]
trustExitCode = true
cmd = bcomp \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"
cmd = bcompare "$LOCAL" "$REMOTE" "$BASE" "$MERGED"
[mergetool "meld"]
cmd = meld "$LOCAL" "$BASE" "$REMOTE" --output "$MERGED"
[difftool "bcompare"]
trustExitCode = true
cmd = bcompare "$LOCAL" "$REMOTE"

View File

@@ -32,4 +32,8 @@ bind _ split-window -v -c "#{pane_current_path}"# split vert
bind A command-prompt "rename-window '%%'"
set -g mouse on
set-option -g update-environment "DISPLAY"
new-session # always create a session (can always `tmux a`)