From 8b223673fd0b8bcf878d59236f60930409f0a98b Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 13 Nov 2020 08:04:32 +0100 Subject: [PATCH] tmux: Fix display bug in session chooser Session names would be cut off by the preview window. Now, the preview window is generally *close* to the session names but not overlapping them, which looked weird. --- tmux/.config/sh/alias.d/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.config/sh/alias.d/tmux.sh b/tmux/.config/sh/alias.d/tmux.sh index 57a95a5..a73b6a7 100644 --- a/tmux/.config/sh/alias.d/tmux.sh +++ b/tmux/.config/sh/alias.d/tmux.sh @@ -24,7 +24,7 @@ _fzf_tmux_list_sessions() { --border \ --prompt="Session> " \ --preview="tmux_pane_tree {}" \ - --preview-window=right:99% \ + --preview-window=right:80% \ --print-query }