From 5c726723647d228b9ac94405b87035aaff88bf3e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 23 Jul 2015 15:37:38 +0200 Subject: Added tmux configs --- tmux/.tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..a0123c0 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,9 @@ +set -g default-terminal "screen-256color" + +unbind C-b +set -g prefix ` +bind-key ` send-prefix + +bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." + +status-bg red -- cgit v1.2.3