Always see whole screen in shared tmux

This commit is contained in:
Trevor Vallender 2023-08-17 10:15:57 +01:00
parent 7a495583f5
commit 14085fe10e
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ set -g history-limit 10000
set -g history-file ~/.dotfiles/.tmux_history set -g history-file ~/.dotfiles/.tmux_history
set -g window-size smallest
bind-key j select-pane -D bind-key j select-pane -D
bind-key k select-pane -U bind-key k select-pane -U
bind-key l select-pane -R bind-key l select-pane -R