Is It possible for fzf_lua to open file on correct line #1384
-
Coming from Jetbrains and many other IDEs i've been used to when opening a file pass the line at the end with the format Has anyone manage to do this with fzf? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately since fzf is an external process it’s a bit more involved to be able to transform the query and ignore anything past the Falling back to the full path written in the query prompt is possible but it would be useless as it would require the path be written fully and perfectly (i.e. no fuzzy search, no completion) and is therefore useless. |
Beta Was this translation helpful? Give feedback.
Unfortunately since fzf is an external process it’s a bit more involved to be able to transform the query and ignore anything past the
:
(so you can still have a fuzzy match), perhaps with the recent new features we might get closer to this ability but right now if possible would be a terrible hack.Falling back to the full path written in the query prompt is possible but it would be useless as it would require the path be written fully and perfectly (i.e. no fuzzy search, no completion) and is therefore useless.