From e049a5e387a86b4a414e69a9a1623e34eaaab189 Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 31 Jul 2024 14:24:06 +0100 Subject: [PATCH] chore(tmux): increased floating window size for lazygit --- .config/tmux/tmux_binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux_binds.conf b/.config/tmux/tmux_binds.conf index 5a7af34..f2ffeb4 100644 --- a/.config/tmux/tmux_binds.conf +++ b/.config/tmux/tmux_binds.conf @@ -29,4 +29,4 @@ bind-key 's' display-popup -E -w 90% -h 90% "~/.local/bin/tms" #Lazygit unbind g -bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 90% -h 90% "lazygit" +bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 95% -h 95% "lazygit"