From 1e26d770ee1162e564c79d0fb673613e40b68543 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Thu, 15 Dec 2016 00:51:48 -0500 Subject: [PATCH] changed tmux config for tower --- .tmux.conf => .tmux.conf##Linux | 0 .tmux.conf##Linux.tower | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) rename .tmux.conf => .tmux.conf##Linux (100%) create mode 100644 .tmux.conf##Linux.tower diff --git a/.tmux.conf b/.tmux.conf##Linux similarity index 100% rename from .tmux.conf rename to .tmux.conf##Linux diff --git a/.tmux.conf##Linux.tower b/.tmux.conf##Linux.tower new file mode 100644 index 0000000..9aa94b5 --- /dev/null +++ b/.tmux.conf##Linux.tower @@ -0,0 +1,23 @@ +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + +# Enable mouse control (clickable windows, panes, resizable panes) +set -g mouse on + +# Initialize sesions +bind W source-file ~/.tmux/work + +# reload config +bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." + +# spliting windoww +unbind % +unbind '"' +bind | split-window -h +bind - split-window -v + + +# status bar +set -g status-right '%H:%m %d-%b-%y '