From 709e3fe7b6f477d48d885a502c74871a6572ab44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 4 Aug 2025 00:07:48 +0200 Subject: [PATCH] feat(tmux): tf pop up is now on fullscreen --- .config/tmux/conf/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index c4564363..0e033b09 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -59,7 +59,7 @@ bind -r "<" swap-window -d -t -1 bind -r ">" swap-window -d -t +1 # Projects -bind-key Enter popup -E -h 80% -w 80% "tf" +bind-key Enter popup -E -h 90% -w 100% -x C -y C "tf" # Switch from Notes/Tasks Session with last session bind-key n run "tmux-notes-switch"