From c8b816fd31a8c1ebb15332e9ef1731f09ce1f9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 13 Aug 2025 19:45:54 +0200 Subject: [PATCH] feat(tmux): higher height for tf --- .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 0586f1ea..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 85% -w 100% -x C -y C "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"