make tmux popups smaller

This commit is contained in:
Ivar Fatland
2025-10-15 12:10:03 +02:00
parent 2fc3844862
commit 2b20e564d0
+4 -4
View File
@@ -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"