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:
parent
d9185d0542
commit
8b223673fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue