diff options
author | Ben Sima <ben@bsima.me> | 2024-04-01 15:38:01 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-01 15:38:01 -0400 |
commit | 4c7327d144a1e1fd2bd2cfa6a9c49b838674bdd8 (patch) | |
tree | 049dfb8ffc844bb66b8c546e43f1dba81e27b5b5 /Biz/Ide/hoog.sh | |
parent | 2d40ec3a03f4684f6fabba7dee2981c992a13785 (diff) |
Set border and window placement in ftags/hoog scripts
I just like these UI settings better is all.
Diffstat (limited to 'Biz/Ide/hoog.sh')
-rwxr-xr-x | Biz/Ide/hoog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |