From 97f1cdd3885d7c1659c34d7d5cb6386ac7408c29 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 13 May 2019 01:56:51 +0100 Subject: factory-default: Add default /etc/tmux.conf --- factory-default/app-misc/tmux/etc/tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 factory-default/app-misc/tmux/etc/tmux.conf (limited to 'factory-default') 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 -- cgit v1.2.3