-
I'm using LazyVim and v14.x |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See If you like the line wrap you can add that as a default by adding To see more screen space you can also:
I would also recommend trying |
Beta Was this translation helpful? Give feedback.
See
man fzf
, the default keybind for toggling line wrap isctrl-/
oralt-/
(you can change that in fzf-lua'skeymap.fzf
if you wish).If you like the line wrap you can add that as a default by adding
fzf_opts = { ["--wrap"] = true }
to your setup options.To see more screen space you can also:
F2
F4
F5
andF6
from horizontal to veritcalI would also recommend trying
:FzfLua files path_shorten=true
(works with any picker) to reduce the paths to something more manageable.