Browse Source

preview up to 3 pages

Daniel Sheffield 2 months ago
parent
commit
b412cc0476
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helpers/fzf.sh

+ 1 - 1
helpers/fzf.sh

@@ -15,6 +15,6 @@ fzf_rw0_inplace_preview () {
 		--no-sort \
 		-d / \
 		--preview-window="~$header_len" \
-		--preview='cat {}/info; head -n "$LINES" {}/dat' \
+		--preview='cat {}/info; head -n "$((LINES*3))" {}/dat' \
 	&& :
 }