From 4e77886cb2bc9271dd97864c4467f8c18fe9d561 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 9 Oct 2025 21:21:50 +0200 Subject: [PATCH] make lazygit popup fullscreen --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d246dda..d1e4a3f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,7 +18,7 @@ bind l select-pane -R bind | split-window -h bind - split-window -v -bind g popup -E -w 80% -h 90% -d "#{pane_current_path}" -B lazygit +bind g popup -E -w 100% -h 100% -d "#{pane_current_path}" -B lazygit set -g default-terminal "tmux-256color" set -as terminal-overrides ",xterm-256color:Tc"