tmux/mouse,renumber

This commit is contained in:
Marc Beninca 2025-01-17 12:15:11 +01:00
parent dd91874301
commit 749bb2daf7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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)'