From 4a4b1f2ab9bd1809fdd93164e6901f365019379f Mon Sep 17 00:00:00 2001 From: Xen0 Date: Sun, 18 Mar 2018 08:01:19 +0100 Subject: [PATCH] Upload files to '' added .tmux.conf --- .tmux.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..5ad28a9 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,20 @@ +# display options +set -g renumber-windows on +setw -g automatic-rename on +set -g default-terminal "tmux-256color" +set-option -g set-titles on +setw -g mouse on +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix +# split panes using | and - +bind | split-window -h +bind - split-window -v +unbind '"' +unbind % +# theme +set -g status-bg white +set -g status-fg black +set -g window-status-current-fg yellow +