From 5b9ce2faa123646e5a8724368dbbc7e320f28cbf Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 26 May 2023 10:49:23 +0200 Subject: [PATCH] fix trailing whitespace in tmux.conf of sophie --- data/users/files/tmux/sophie.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/users/files/tmux/sophie.conf b/data/users/files/tmux/sophie.conf index cf385ec..80598f6 100644 --- a/data/users/files/tmux/sophie.conf +++ b/data/users/files/tmux/sophie.conf @@ -9,12 +9,12 @@ set -g base-index 1 # Allows for faster key repetition set -s escape-time 0 -# Rather than constraining window size to the maximum size of any client -# connected to the *session*, constrain window size to the maximum size of any +# Rather than constraining window size to the maximum size of any client +# connected to the *session*, constrain window size to the maximum size of any # client connected to *that window*. Much more reasonable. setw -g aggressive-resize on -# Allows us to use C-a a to send commands to a TMUX session inside +# Allows us to use C-a a to send commands to a TMUX session inside # another TMUX session bind-key a send-prefix