fix tmux default aliases

This commit is contained in:
thek4n 2024-04-03 14:27:16 +03:00
parent d09449411b
commit e8082af9bd
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# vim: ft=tmux
set -g command-alias kill='kill-session -t'
set -g command-alias[100] kill='kill-session -t'

View File

@ -1,6 +1,7 @@
# vim: ft=tmux
set -s exit-unattached off # Server will not exit if no attached clients
set -s exit-empty off # Server will not exit if no sessions
set -g mouse on # Enable mouse support