tmux: Bugfix: agressive resize
This commit is contained in:
parent
caa23ce080
commit
0b344bfb83
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ unbind %
|
|||
# https://wiki.archlinux.org/index.php/tmux#Start_a_non-login_shell
|
||||
set -g default-command "${SHELL}"
|
||||
|
||||
set-window-option -g aggressive-resize #https://superuser.com/questions/880497/how-do-i-resize-the-usable-area-of-a-tmux-session
|
||||
set-window-option -g aggressive-resize on #https://superuser.com/questions/880497/how-do-i-resize-the-usable-area-of-a-tmux-session
|
||||
|
||||
# setze uhrzeit auf 24h format
|
||||
set-window-option -g clock-mode-style 24
|
||||
|
|
Loading…
Reference in a new issue