Skip to content

Commit

Permalink
feat: update fzf options to prevent clashes with a users setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed May 10, 2024
1 parent 8cc753f commit 5238a0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gh-find-code
Original file line number Diff line number Diff line change
Expand Up @@ -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 '' \
Expand Down Expand Up @@ -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' \
Expand Down

0 comments on commit 5238a0f

Please sign in to comment.