From 4c7327d144a1e1fd2bd2cfa6a9c49b838674bdd8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Apr 2024 15:38:01 -0400 Subject: Set border and window placement in ftags/hoog scripts I just like these UI settings better is all. --- Biz/Ide/hoog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide/hoog.sh') diff --git a/Biz/Ide/hoog.sh b/Biz/Ide/hoog.sh index 976f0d4..237eb78 100755 --- a/Biz/Ide/hoog.sh +++ b/Biz/Ide/hoog.sh @@ -6,7 +6,7 @@ HOOG="hoogle search --count=200" export FZF_DEFAULT_COMMAND="$HOOG $*" result=$(fzf-tmux \ - --preview-window=down \ + --preview-window=down,border-none \ --preview "hoogle search --link --info {+2}" \ --bind "change:reload:$HOOG {q} || true" \ --ansi \ -- cgit v1.2.3