Explain an example.
I want to break my window and open the x.txt file
In the folder where I work, I also have a set of files: from file-a.txt to file-z.txt
If I print:
:sp file Tab
Instead of :sp file- As I usually meet in bash.
I get:: :sp file-a.txt
This is not very convenient, since I need to either press Tab funny times or type very long names.
Is there a way to set autocomplete behavior for VIM for file names?
Thank you for your time.
source share