From 6358dcf01bea5883ac48f16ad91943bf44a4c7b5 Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 28 Dec 2024 22:14:29 +0000 Subject: [PATCH] chore(tmux): change tms size --- .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 4ab8df1..2577479 100644 --- a/.config/tmux/tmux_binds.conf +++ b/.config/tmux/tmux_binds.conf @@ -25,7 +25,7 @@ bind-key 'o' if-shell "$is_vim" 'send-keys F8' 'select-pane -R' # Tmus sessionizer unbind s -bind-key 's' display-popup -E -w 90% -h 90% "~/.local/bin/tms" +bind-key 's' display-popup -E -w 60% -h 40% "~/.local/bin/tms" unbind g bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 100% -h 100% "lazygit"