From 2b20e564d0da96cc5255fa00d4e562a20928e157 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 15 Oct 2025 12:10:03 +0200 Subject: [PATCH] make tmux popups smaller --- tmux/.tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ed679f8..ce26579 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -15,10 +15,10 @@ bind c-j select-pane -D bind c-k select-pane -U bind c-l select-pane -R -bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit -bind c-k popup -E -w 100% -h 100% -b rounded "tmux list-keys | fzf" -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 "sh $HOME/choose-session.sh" +bind c-g popup -E -w 80% -h 80% -d "#{pane_current_path}" -b rounded lazygit +bind c-k popup -E -w 80% -h 80% -b rounded "tmux list-keys | fzf" +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 "sh $HOME/choose-session.sh" set -g default-terminal "tmux-256color" set -as terminal-overrides ",xterm-256color:Tc"