From 0a4d828941d6934657404f200d8c30b8dd0c8766 Mon Sep 17 00:00:00 2001 From: MahouShoujoMivutilde <14999778+MahouShoujoMivutilde@users.noreply.github.com> Date: Fri, 25 Dec 2020 23:37:24 +0300 Subject: [PATCH] fb - buku bookmarks - add workaround for https://github.com/junegunn/fzf/issues/2021 --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 9e486fe..a32e9d6 100644 --- a/Examples.md +++ b/Examples.md @@ -1517,7 +1517,7 @@ buku -p -f 4 | else printf "%s \t\x1b[38;5;124m%s \t\x1b[38;5;208m%s\033[0m\n", $2, $4, $3 }' | - fzfmenu --ansi -d $'\t' --with-nth=2,3 \ + fzfmenu --tabstop 1 --ansi -d $'\t' --with-nth=2,3 \ --preview-window='bottom:10%' --preview 'printf "\x1b[38;5;117m%s\033[0m\n" {1}' | awk '{print $1}' | xargs -d '\n' -I{} -n1 -r xdg-open '{}' ```