From 749bb2daf74afbe7ec2a71b6922db38aaf68c13e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 12:15:11 +0100 Subject: [PATCH] tmux/mouse,renumber --- sh/tmux.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 58fd9cb..eb1f689 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -4,12 +4,15 @@ rwx_tmux_setup() { rwx_file_write "${HOME}/.tmux.conf" "\ +# reload configuration bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf' #set -g automatic-rename on #set -g automatic-rename-format '' -#set -g mouse on -#set -g renumber-windows on +# enable mouse actions +set -g mouse on +# renumber windows after closing one +set -g renumber-windows on #set -g set-titles on #set -g set-titles-string '#(pwd)'