tmux/command
This commit is contained in:
parent
8e13ac778f
commit
5f10f8617c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue