Update some stuff

This commit is contained in:
Marco Thomas
2020-09-08 21:17:04 +02:00
parent 02f26aa7ec
commit 7bdbe58df6
7 changed files with 54 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
#some vi behaviour
bind-key -r h select-pane -L
@@ -9,22 +9,24 @@ bind-key -r l select-pane -R
bind-key v split-window -h
bind-key s split-window -v
# enable mouse
set-option -g mouse on
# start pane index at 1
set -g base-index 1
setw -g pane-base-index 1
# colors
# status bar
set -g status-bg black
set -g status-fg white
set -g status-right '%Y.%m.%d %H:%M'
# Remove Bar Asteriks
setw -g window-status-current-format '#{?window_zoomed_flag,#[fg=red],}#I #W#{?window_zoomed_flag,#[fg=red],}'
setw -g window-status-format '#I #W'
setw -g window-status-current-format '<#{?window_zoomed_flag,#[fg=red],}#I:#W#{?window_zoomed_flag,#[fg=red],}>'
setw -g window-status-format '#I:#W'
set -g status-right ''
set -g status-left ''
set -g status-right '#(date) [#S]'
set-window-option -g window-status-current-style fg=green,bg=default
set-window-option -g window-status-activity-style fg=brightred