Wrap result line in files picker #2107
-
HI, I wanted to explore the config in this project: https://github.com/ibhagwan/nvim-lua ![]() I tried triggering again I'm not sure if I toggled something probably, I went through the code but couldn't find what triggered it. I tried using the I would appreciate some help here. Sometimes I deal with codebases where paths are very long and I would benefit on having the results wrapped in multiple lines. Thanks in advance 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is Fzf’s wrap setting, you can start it like this via fzf_opts: :FzfLua files fzf_opts.--wrap=true While the picker is open you can trigger it with the default bind of |
Beta Was this translation helpful? Give feedback.
This is Fzf’s wrap setting, you can start it like this via fzf_opts:
While the picker is open you can trigger it with the default bind of
alt-/
(customizable).