tmux/empty

This commit is contained in:
Marc Beninca 2025-01-17 14:44:23 +01:00
parent edb937d015
commit 129430fe64
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -7,8 +7,9 @@ rwx_tmux_setup() {
# reload configuration # reload configuration
bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf' bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf'
#set -g automatic-rename on # empty name for windows
#set -g automatic-rename-format '' set -g automatic-rename on
set -g automatic-rename-format ''
# enable mouse actions # enable mouse actions
set -g mouse on set -g mouse on
# renumber windows after closing one # renumber windows after closing one