Filling the path without ending search. Is it possible ? #3761
-
|
Hello. I apply neovim ** <TAB>
Is there a shortcut/keymap to fill the path under cursor and continuously find the files/folders in the completed path? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
For example I selected 2nd item in the search list, but it's not final path, it can go deeper |
Beta Was this translation helpful? Give feedback.
-
Currently, An exemplary tool is
Footnotes |
Beta Was this translation helpful? Give feedback.


Currently,
fzfdoes not provide a way to traverse the file path as you described. Have you considered using plugins?An exemplary tool is
zsh4humans1. In theGIFbelow, the filepath is constructed one hierarchy at a time until a file is selected.Footnotes
zsh4humans/fn/z4h-fzf-complete at v5 · romkatv/zsh4humans · GitHub ↩