Update tmux
This commit is contained in:
@@ -24,12 +24,14 @@ set -g status-bg default
|
||||
set -g status-fg white
|
||||
set -g status-right '%Y.%m.%d %H:%M'
|
||||
|
||||
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-window-option -g window-status-current-format ' #I:#W '
|
||||
set-window-option -g window-status-current-style "bg=#98c379,fg=#282c34"
|
||||
|
||||
set-window-option -g window-status-format ' #I:#W '
|
||||
set-window-option -g window-status-separator ''
|
||||
|
||||
set-option -g status-justify left
|
||||
set -g status-left ''
|
||||
set -g status-right '%H:%M - %d.%m.%Y [session #S on #h]'
|
||||
set -g status-right-length 120
|
||||
|
||||
set-window-option -g window-status-current-style fg=green,bg=default
|
||||
set-window-option -g window-status-activity-style fg=brightred
|
||||
set -g status-right '%a %Y-%m-%d %H:%M | #S on #h'
|
||||
set -g status-right-length 120
|
||||
|
||||
@@ -46,9 +46,10 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
|
||||
alias vim="nvim"
|
||||
fi
|
||||
|
||||
alias emacs="emacs -nw"
|
||||
|
||||
if [[ -x $(which swallow 2> /dev/null) ]]; then
|
||||
alias zathura="swallow zathura"
|
||||
alias emacs="swallow emacs"
|
||||
fi
|
||||
|
||||
alias updoot="yay -Syu"
|
||||
|
||||
Reference in New Issue
Block a user