summaryrefslogtreecommitdiff
path: root/seek
diff options
context:
space:
mode:
Diffstat (limited to 'seek')
-rwxr-xr-xseek3
1 files changed, 2 insertions, 1 deletions
diff --git a/seek b/seek
index 6948be8..571219b 100755
--- a/seek
+++ b/seek
@@ -10,7 +10,8 @@ readarray -t selected <<< "$(fzf-tmux \
--bind "ctrl-a:select-all" \
--bind "change:reload:$RG_DEFAULT_COMMAND {q} || true" \
--print-query \
- --preview "rg --ignore-case --pretty --context 2 {q} {}"
+ --preview "rg --ignore-case --pretty --context 2 {q} {}" \
+ --preview-window down
)"
query=${selected[0]}
files=("${selected[@]:1}")