Add git replace author, tmux conf resizing short cuts bump .emacs.d to fix mo-git-blame/flymake issue.

This commit is contained in:
2014-04-20 13:36:23 -07:00
parent 8db598c78d
commit bfebc68743
3 changed files with 115 additions and 2 deletions

View File

@@ -12,4 +12,10 @@ set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g status-bg colour235
set-option -g status-fg colour255
set-option -g status-fg colour255
# Set up resize-pane keys
bind-key + resize-pane -D 3
bind-key / resize-pane -L 3
bind-key - resize-pane -U 3
bind-key * resize-pane -R 3