tmux & vim

This commit is contained in:
Barak Michener 2024-01-09 13:09:11 -08:00
parent 8b096b569a
commit aab3bef14a
3 changed files with 42 additions and 20 deletions

View file

@ -46,7 +46,6 @@ bind-key C-t new-window "ttyd -R -d -t fontSize=18 tmux attach -t `tmux display
#set -g status-bg black
set -g status-interval 1
#set -g status-left '#[fg=green]#H#[default]'
#set -g status-left-length 20
#set -g status-right '#[fg=green]#(~/src/tpom/tpom) #[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
set -g status-justify centre # center align window list
set -g status-style fg=white,bg=default
@ -61,8 +60,10 @@ set-window-option -g window-status-current-style fg=cyan,bg=default,bright
set-window-option -g window-style fg=#aaaaaa,bg=terminal
set-window-option -g window-active-style fg=terminal,bg=terminal
set -g status-left '#[fg=green][ #H ][ '
set -g status-left '#[fg=green][ #h ]['
set -g status-left-length 40
set -g status-right '#[fg=green]][ #{pane_width}x#{pane_height} #[bright]#[fg=blue]%Y-%m-%d #[fg=white]%I:%M #[dim]#[fg=green]]'
set -g status-right-length 40
# Notifying if other windows has activities
setw -g monitor-activity on