tmux sessions, bcomp
This commit is contained in:
16
gitconfig
16
gitconfig
@@ -1,9 +1,17 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Vasili Sviridov
|
name = Vasili Sviridov
|
||||||
email = vasili@sviridov.ca
|
email = vasili@sviridov.ca
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = /usr/bin/vim
|
editor = /usr/bin/vim
|
||||||
|
[diff]
|
||||||
|
tool = bcomp
|
||||||
|
[merge]
|
||||||
|
tool = bcomp
|
||||||
|
|
||||||
|
[mergetool "bcomp"]
|
||||||
|
trustExitCode = true
|
||||||
|
cmd = bcomp \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"
|
||||||
|
|||||||
@@ -10,9 +10,6 @@ set -s escape-time 0
|
|||||||
set -g set-clipboard on
|
set -g set-clipboard on
|
||||||
set -g history-limit 50000
|
set -g history-limit 50000
|
||||||
|
|
||||||
set -g mouse-utf8 on
|
|
||||||
|
|
||||||
setw -g utf8 on
|
|
||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
setw -g automatic-rename on
|
setw -g automatic-rename on
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
@@ -34,3 +31,5 @@ bind | split-window -h -c "#{pane_current_path}"# split horiz
|
|||||||
bind _ split-window -v -c "#{pane_current_path}"# split vert
|
bind _ split-window -v -c "#{pane_current_path}"# split vert
|
||||||
|
|
||||||
bind A command-prompt "rename-window '%%'"
|
bind A command-prompt "rename-window '%%'"
|
||||||
|
|
||||||
|
new-session # always create a session (can always `tmux a`)
|
||||||
|
|||||||
Reference in New Issue
Block a user