From 4d36a6c678e68825a32e4b605c5c6f426492ba54 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 19 Mar 2020 00:28:22 +0100 Subject: [PATCH] tmux tweaks --- conf/tmux.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index fbca877..f7918fb 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -1,4 +1,3 @@ -### CONFIG set -g default-terminal "tmux-256color" set -g base-index 1 set -g renumber-windows on @@ -7,10 +6,8 @@ set -g mouse off setw -g aggressive-resize on setw -g automatic-rename on -### UNDBIND +# binds unbind-key S -### BINDS -# set -g prefix C-a bind a send-prefix bind : command-prompt @@ -22,8 +19,9 @@ bind ^D detach bind | split-window -h bind - split-window -v -### COLORS +# status line set -g status "on" +set -g status-position top set -g status-style "none,bg=colour238" set -g status-justify "left" set -g status-left-style "none"