-
Is there some option to get rid of file icons? I'm doing just fine without them in terminal fzf and would like to have my fzf-lua output a bit more plaintext too... |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Dec 23, 2024
Replies: 2 comments
-
Use max-perf profile or set defaults.file_icons=false. Btw, this is rather common see OPTIONS.md, issues, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
morzel85
-
Thanks for super quick answer! I've switched to this lazy config and got what I wanted :)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use max-perf profile or set defaults.file_icons=false.
Btw, this is rather common see OPTIONS.md, issues, etc.