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.
This commit is contained in:
Marty Oehme 2020-11-13 08:04:32 +01:00
parent d9185d0542
commit 8b223673fd
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -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
}