strange underline in my input field (image attached) #4204
-
In my "history search", under the magnifying glass, there is this yellow line in the box. I can't figure out where it is coming from and how to disable it: My config looks like this: set -gx FZF_CTRL_R_OPTS '--height=60% --preview "echo {}" --preview-window up:3:hidden:wrap --bind "ctrl-/:toggle-preview" --bind "ctrl-y:execute-silent(echo -n {2..} | pbcopy)+abort" --color header:italic --header "Press CTRL-Y to copy command into clipboard"'
set -gx FZF_DEFAULT_COMMAND 'fd --type f --color=always --exclude .git'
set -gx FZF_DEFAULT_OPTS '--header-border --list-border --input-border --info inline-right --input-label " History Search " --preview-label " Preview " --color=fg:#d4be98,fg+:#d4be98,bg:#282828,bg+:#3C3836 --color=hl:#a9b665,hl+:#89B482,info:#A89984,marker:#DDC7A1 --color=prompt:#EA6962,spinner:#D3869B,pointer:#7DAEA3,header:#87afaf --color=border:#7C6F64,label:#d4be98,query:#d4be98,input-border:#89b482,preview-border:#d3869b,list-border:#d8a657 --border="rounded" --border-label-pos="0" --preview-window="border-rounded" --prompt=" " --marker="➢" --pointer="➤" --separator="─" --scrollbar="│" --layout="reverse" --preview "bat --style=numbers --color=always --theme=\"gruvbox-material-dark\" --line-range :500 {}"'
set -gx FZF_CTRL_T_COMMAND 'fd --type file --exclude .git'
set -gx FZF_CTRL_T_OPTS '--prompt "All> " --header "CTRL-D: Directories / CTRL-F: Files" --bind "ctrl-d:change-prompt(Directories> )+reload(fd --type directory)" --bind "ctrl-f:change-prompt(Files> )+reload(fd --type f --exclude .git)"'
|
Beta Was this translation helpful? Give feedback.
Answered by
LangLangBart
Jan 24, 2025
Replies: 1 comment 1 reply
-
Likely this one
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
esn89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Likely this one
--separator="─"
--no-separator