From 5238a0f8da9a1045fca3c88ce5d7a61011395e6b Mon Sep 17 00:00:00 2001 From: LangLangbart <92653266+LangLangBart@users.noreply.github.com> Date: Fri, 10 May 2024 10:05:05 +0200 Subject: [PATCH] feat: update fzf options to prevent clashes with a users setup --- gh-find-code | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gh-find-code b/gh-find-code index 8957d6b..c49cffa 100755 --- a/gh-find-code +++ b/gh-find-code @@ -758,7 +758,9 @@ fzf_basic_style() { --height=100% \ --header-lines 0 \ --highlight-line \ + --no-expect \ --no-multi \ + --no-print-query \ --info hidden \ --layout reverse \ --pointer '▶' \ @@ -791,6 +793,7 @@ view_history_commands() { --bind 'ctrl-space:abort' \ --bind 'esc:abort' \ --color "header:${header_color:--1}" \ + --delimiter '\s+' \ --header "${header_string:-"enter select · ^d delete an entry · esc quit"}" \ --info inline \ --preview-window 'hidden' \