From c31670db5a95ff98a788e788c0a5295cc11a90e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 7 Aug 2025 00:05:34 +0200 Subject: [PATCH] feat(tmux): lower the height of tf popup --- .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 0e033b09..0586f1ea 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 90% -w 100% -x C -y C "tf" +bind-key Enter popup -E -h 85% -w 100% -x C -y C "tf" # Switch from Notes/Tasks Session with last session bind-key n run "tmux-notes-switch"