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"