diff options
Diffstat (limited to 'seek')
-rwxr-xr-x | seek | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}") |