Update .tmux.conf
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
set -g history-limit 10000
|
|
||||||
|
|
||||||
#some vi behaviour
|
#some vi behaviour
|
||||||
bind-key -r h select-pane -L
|
bind-key -r h select-pane -L
|
||||||
bind-key -r j select-pane -D
|
bind-key -r j select-pane -D
|
||||||
@@ -22,6 +20,11 @@ set -g status-bg black
|
|||||||
set -g status-fg white
|
set -g status-fg white
|
||||||
set -g status-right '%Y.%m.%d %H:%M'
|
set -g status-right '%Y.%m.%d %H:%M'
|
||||||
|
|
||||||
set-window-option -g window-status-current-style fg=black
|
# Remove Bar Asteriks
|
||||||
set-window-option -g window-status-current-style fg=black,bg=cyan
|
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-window-option -g window-status-current-style fg=green,bg=default
|
||||||
set-window-option -g window-status-activity-style fg=brightred
|
set-window-option -g window-status-activity-style fg=brightred
|
||||||
|
|||||||
Reference in New Issue
Block a user