summaryrefslogtreecommitdiff
path: root/factory-default
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-05-13 01:56:51 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-05-13 01:56:51 +0100
commit97f1cdd3885d7c1659c34d7d5cb6386ac7408c29 (patch)
treeabad56b314b1e6ff6f6aee81ea269ddf701371c5 /factory-default
parentfactory-default: Add default /etc/shells (diff)
downloadportage-97f1cdd3885d7c1659c34d7d5cb6386ac7408c29.tar.xz
factory-default: Add default /etc/tmux.conf
Diffstat (limited to 'factory-default')
-rw-r--r--factory-default/app-misc/tmux/etc/tmux.conf9
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