emacs.d pointer bump, small tmux.conf changes.

This commit is contained in:
Ivan Malison 2014-04-10 01:08:32 -07:00
parent aaf5b21f29
commit 6c1663505d
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9336a6700d1c01f782efec87ce02a066e182cd28
Subproject commit 80834324ebb10a1ebe4617930b70c8f9b6ae362f

View File

@ -1,5 +1,11 @@
unbind C-o
set -g prefix C-b
bind-key C-b send-prefix
set-option -g status on
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'"
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"