tmux/command

This commit is contained in:
Marc Beninca 2025-01-18 15:49:40 +01:00
parent 8e13ac778f
commit 5f10f8617c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -21,7 +21,7 @@ bind-key -n M-Up switch-client -p
# empty name for windows # empty name for windows
set-option -g automatic-rename on set-option -g automatic-rename on
set-option -g automatic-rename-format '' set-option -g automatic-rename-format '#{pane_current_command}'
# extend history limit # extend history limit
set-option -g history-limit 1048576 set-option -g history-limit 1048576
# enable mouse actions # enable mouse actions