-
Firstly, thanks for the great plugin - it is at the centre of my workflow! I've newly found the option Moreover, I wonder if there is any existing functionality that allows for truncating long filenames (regardless of If not, I'd be happy to help with developing these, albeit some guideance would be very appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Add it to defaults (I would also recommend to try v2 which helps with logical search, see #1255): :lua require("fzf-lua").setup({ defaults = { formatter={"path.filename_first",2} } })
Use |
Beta Was this translation helpful? Give feedback.
Add it to defaults (I would also recommend to try v2 which helps with logical search, see #1255):
Use
path_shorten=true
(can be combined with the formatter above).