configure tmux
This commit is contained in:
parent
5d1408254a
commit
ef8b281c19
|
@ -22,14 +22,27 @@ in {
|
||||||
escapeTime = 10;
|
escapeTime = 10;
|
||||||
terminal = "xterm-256color";
|
terminal = "xterm-256color";
|
||||||
keyMode = "emacs";
|
keyMode = "emacs";
|
||||||
|
mouse = true;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g mouse on
|
|
||||||
set -ga update-environment " LIFT_PID"
|
set -ga update-environment " LIFT_PID"
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
set -sa terminal-overrides ',xterm-termite:RGB'
|
set -sa terminal-overrides ',xterm-termite:RGB'
|
||||||
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,} %H:%M %d-%b-%y"
|
|
||||||
|
set -g status-style bg=default,fg=colour250
|
||||||
|
set -g pane-border-style fg=colour236
|
||||||
|
set -g pane-active-border-style fg=colour240
|
||||||
|
set -g window-status-format " #I:#W "
|
||||||
|
set -g window-status-style bg=default,fg=colour244
|
||||||
|
set -g window-status-current-format " #I:#W "
|
||||||
|
set -g window-status-current-style bg=colour236,fg=white,bold
|
||||||
|
set -g status-position bottom
|
||||||
|
set -g status-left-length 20
|
||||||
|
set -g status-right-length 60
|
||||||
|
set -g status-left ""
|
||||||
|
set -g window-status-separator ""
|
||||||
|
set -g status-justify left
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue