Update tmux config

This commit is contained in:
Augusto Gunsch 2021-11-02 16:33:32 -03:00
parent 9a3cff1cfa
commit ca530f156e
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 12 additions and 15 deletions

View File

@ -15,14 +15,14 @@ bind - split-window -v
unbind '"'
unbind %
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# switch panes using vi keys
bind h select-pane -L
bind l select-pane -R
bind k select-pane -U
bind j select-pane -D
# don't rename windows automatically
set-option -g allow-rename off
#set-option -g allow-rename off
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
@ -58,22 +58,19 @@ set -g pane-active-border-style 'bg=colour0 fg=colour9'
set -g status-position bottom
set -g status-justify left
set -g status-style 'bg=colour234 fg=colour255'
set -g status-left '#[fg=colour255,bg=colour234]  '
set -g status-right '#[fg=colour255,bg=colour27]  %d/%m  %H:%M '
set -g status-left '#[fg=colour255,bg=colour234]  '
set -g status-right '#[bg=colour234,fg=colour27]#[fg=colour255,bg=colour27]  %d/%m  %H:%M '
set -g status-right-length 50
set -g status-left-length 20
setw -g window-status-current-format '#[bg=colour27,fg=colour184] #I#[fg=colour255]-#W#F '
setw -g window-status-current-format '#[fg=colour234,bg=colour27]#[bg=colour27,fg=colour184] #I#[fg=colour255]-#W #[bg=colour234,fg=colour27]'
setw -g window-status-format '#[bg=colour237,fg=colour184] #I#[fg=colour255]-#W#F '
setw -g window-status-format '#[fg=colour234,bg=colour237]#[bg=colour237,fg=colour184] #I#[fg=colour255]-#W #[bg=colour234,fg=colour237]'
setw -g window-status-bell-style 'fg=colour255 bg=colour1 bold'
# messages
set -g message-style 'fg=colour232 bg=colour12 bold'
set -g message-style 'bg=colour27 fg=white'
# SET DEFAULT SHELL:
# set default shell
set-option -g default-shell $SHELL