settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a57f250214563b2c6206d769741ae4a27402a5d3
parent d82d1e863f9fffc2d3477ad815796230da9091a0
Author: Paul Longtine <paul@nanner.co>
Date:   Mon Jan 12 01:21:12 2015

added tmux... wasn't there for some reason

Diffstat:
 tmux/.tmux.conf | 12 ++++++++++++
 1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -0,0 +1,12 @@ +unbind C-b +set -g prefix C-space +bind C-space send-prefix + +set -g status-bg black +set -g status-fg white +set -g status-interval 60 +set -g status-left-length 30 +set -g status-left '#[fg=green][#[default]#S#[fg=green]] #[fg=green]#(whoami)@#H#[default]' +set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=blue]%I:%M#[default]' +set -g pane-border-fg black +set -g pane-active-border-fg black