fix tmux default aliases
This commit is contained in:
parent
d09449411b
commit
e8082af9bd
@ -1,3 +1,3 @@
|
||||
# vim: ft=tmux
|
||||
|
||||
set -g command-alias kill='kill-session -t'
|
||||
set -g command-alias[100] kill='kill-session -t'
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user