diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-13 01:56:51 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-13 01:56:51 +0100 |
commit | 97f1cdd3885d7c1659c34d7d5cb6386ac7408c29 (patch) | |
tree | abad56b314b1e6ff6f6aee81ea269ddf701371c5 | |
parent | factory-default: Add default /etc/shells (diff) | |
download | portage-97f1cdd3885d7c1659c34d7d5cb6386ac7408c29.tar.xz |
factory-default: Add default /etc/tmux.conf
-rw-r--r-- | factory-default/app-misc/tmux/etc/tmux.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/factory-default/app-misc/tmux/etc/tmux.conf b/factory-default/app-misc/tmux/etc/tmux.conf new file mode 100644 index 00000000..6ebb1f35 --- /dev/null +++ b/factory-default/app-misc/tmux/etc/tmux.conf @@ -0,0 +1,9 @@ +# Display string to the left of the status line +set -g status-left '#{host} [#{session_name}] ' +# Maximum length of the left component of the status line +set -g status-left-length 25 + +# Display string to the right of the status line +set -g status-right '#{pane_title}' +# Maximum length of the right component of the status line +set -g status-right-length 75 |