Always see whole screen in shared tmux
This commit is contained in:
parent
7a495583f5
commit
14085fe10e
|
@ -12,6 +12,8 @@ set -g history-limit 10000
|
|||
|
||||
set -g history-file ~/.dotfiles/.tmux_history
|
||||
|
||||
set -g window-size smallest
|
||||
|
||||
bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
|
Loading…
Reference in New Issue