Hey, so I was wondering whether fzf.vim can take into account the current file name. When you start searching, starting from nothing is a worse guess than starting from the current file name most of the time I think.
Consider a C program where you might want to switch between .c and .h files. Or consider a Python application where there is my_module.py and somewhere else in the tree there is test_my_module.py. It would be really neat if this plugin would take that into account and maybe it does but I don't know how to make it to that.
If it doesn't do that, consider this a suggestion.
Hey, so I was wondering whether fzf.vim can take into account the current file name. When you start searching, starting from nothing is a worse guess than starting from the current file name most of the time I think.
Consider a C program where you might want to switch between
.cand.hfiles. Or consider a Python application where there ismy_module.pyand somewhere else in the tree there istest_my_module.py. It would be really neat if this plugin would take that into account and maybe it does but I don't know how to make it to that.If it doesn't do that, consider this a suggestion.