From 4aa8a8dddfa1b7d9e4357b53447a4eba6abd2a62 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 29 Jan 2026 07:07:24 +0100 Subject: [PATCH] fix sesh popup size --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index acde025..5a0013c 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -101,7 +101,7 @@ in bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!" # Fast session switcher with sesh + fzf - bind s display-popup -B -E "sesh connect $(sesh list --icons | fzf --reverse --border --ansi)" + bind s display-popup -w 76 -h 75% -B -E "sesh connect $(sesh list --icons | fzf --reverse --border --ansi)" # Better copy mode with OSC-52 clipboard bind-key -T copy-mode-vi v send-keys -X begin-selection