From 1a335333fa57e4ddcac0e5aec26923200f2668a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Thu, 22 May 2025 11:20:35 +0200 Subject: [PATCH] Added margin for --new --- fzf-vjour | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fzf-vjour b/fzf-vjour index b29f4c9..ade0940 100755 --- a/fzf-vjour +++ b/fzf-vjour @@ -293,7 +293,9 @@ if [ "${1:-}" = "--delete" ]; then fi # Generate new entry if [ "${1:-}" = "--new" ]; then - label_new=$(echo "$LABLES" | fzf --prompt="Select collection> ") + label_new=$(echo "$LABLES" | fzf \ + --margin 20% \ + --prompt="Select collection> ") uuid_new=$(uuidgen) vjfile_new=$(__filepath_from_selection "$label_new $uuid_new.ics") if [ -f "$vjfile_new" ]; then