tmux-sessionizer: preview

sh-initrd-on-root
Zynh Ludwig 2024-08-23 06:27:44 -07:00
parent 9fee4f6f3d
commit 581d729b79
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ let
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(find -L ${lib.concatStringsSep " " cfg.paths} -mindepth 1 -maxdepth 1 -type d | fzf)
selected=$(find -L ${lib.concatStringsSep " " cfg.paths} -mindepth 1 -maxdepth 1 -type d \
| fzf --tmux center --preview="ls {} --color || true")
fi
if [[ -z $selected ]]; then