update
This commit is contained in:
parent
ad5f27bf66
commit
2125d8e973
1 changed files with 10 additions and 0 deletions
10
tmux.conf
10
tmux.conf
|
|
@ -12,6 +12,16 @@ set -sg escape-time 5
|
|||
set -sa terminal-features ',xterm-256color:RGB'
|
||||
set -g destroy-unattached on
|
||||
|
||||
set -g @minimal-tmux-expanded-icon " "
|
||||
set -g @minimal-tmux-show-expanded-icons-for-all-tabs true
|
||||
set -g @minimal-tmux-status-right-extra "#[fg=color150]#[bg=color150,fg=black]#(date)#[fg=color150,bg=default]#[bg=default] "
|
||||
set -g @minimal-tmux-status-left-extra ""
|
||||
set -g @minimal-tmux-use-arrow true
|
||||
set -g @minimal-tmux-right-arrow ""
|
||||
set -g @minimal-tmux-left-arrow ""
|
||||
set -g @minimal-tmux-right false
|
||||
set -g status-right-length 100
|
||||
|
||||
set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})'
|
||||
|
||||
bind h select-pane -L
|
||||
|
|
|
|||
Loading…
Reference in a new issue