From 42c61803a2d1d410a1a33ffd7646f33343eca36b Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 27 Jan 2026 21:26:49 +0100 Subject: [PATCH] increase size of popups to cover terminal --- tmux/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4801e79..7ad5832 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,9 +18,9 @@ bind c-j select-pane -D bind c-k select-pane -U bind c-l select-pane -R -bind c-g popup -E -w 80% -h 80% -d "#{pane_current_path}" -b rounded lazygit -bind c-t popup -E -w 80% -h 80% -b rounded -d "#{pane_current_path}" -bind c-s popup -E -w 80% -h 80% -b rounded "sesh" +bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit +bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}" +bind c-s popup -E -w 100% -h 100% -b rounded "sesh" bind c-x confirm-before -p "Kill current session #S? (y/n)" kill-session bind j command-prompt -p "Join window:" "join-pane -h -s %1"