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 | |
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')
-rwxr-xr-x | Biz/Ide/ftags.sh | 2 | ||||
-rwxr-xr-x | Biz/Ide/hoog.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Ide/ftags.sh b/Biz/Ide/ftags.sh index 02d78c5..d55bc74 100755 --- a/Biz/Ide/ftags.sh +++ b/Biz/Ide/ftags.sh @@ -9,7 +9,7 @@ | cut -c1-80 \ | fzf-tmux \ --nth=1,2 \ - --preview-window=right \ + --preview-window=down,border-none \ --bind="pgdn:preview-page-down" \ --bind="pgup:preview-page-up" \ --preview "rg --pretty --context 2 --word-regexp -F {+2}" 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 \ |