The problem is that when you return a new file in current buffer it changes :Files directory.
It doesn't change current working directory for me (here's a demo)? It did for you?
PS. Great post though! Have you checked out the other cool things fzf.vim can do?
Actually I figured out long before that the problem is not :Files, it is my other conf in my vimrc:
:Files
vimrc
" Enter automatically into the files directory autocmd BufEnter * silent! lcd %:p:h
I should update this old (cross) post accordingly :)
Thanks for your comment. I look at your post and it is so awesome. I almost use them all as well.
Btw. which tool do you use to record your screen?
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: Vim fzf - Project Root VIEW POST
FULL DISCUSSIONIt doesn't change current working directory for me (here's a demo)? It did for you?
PS. Great post though! Have you checked out the other cool things fzf.vim can do?
Actually I figured out long before that the problem is not
:Files
, it is my other conf in myvimrc
:I should update this old (cross) post accordingly :)
Thanks for your comment. I look at your post and it is so awesome. I almost use them all as well.
Btw. which tool do you use to record your screen?