From 14085fe10e131faa09800e6f7068c26dd7dc3fea Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Thu, 17 Aug 2023 10:15:57 +0100 Subject: [PATCH] Always see whole screen in shared tmux --- users/tsv/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/tsv/tmux.conf b/users/tsv/tmux.conf index 5c63bbb..86c8b7d 100644 --- a/users/tsv/tmux.conf +++ b/users/tsv/tmux.conf @@ -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