From 2cf1c42a3c91bea30b98234a171d62bef492b50a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 4 Nov 2020 21:15:00 +0100 Subject: [PATCH] tmux: do not truncate session name --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 288380e..6420b77 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,3 +10,6 @@ set-option -ga terminal-overrides ",xterm*:Tc" # vi style copy mode setw -g mode-keys vi + +# do not truncate session name +set -g status-left-length 15