dylanaraps / fff.vim

A plugin for vim/neovim which allows you to use fff as a file opener.
MIT License
104 stars 11 forks source link

[QUESTION] How can I open a file on a tab or a buffer? #1

Closed sinetoami closed 5 years ago

sinetoami commented 5 years ago

On the terminal its simple to type 'l' or 'enter' keywords. But this behavior not works inside Neovim. Or actually, I've missed something. Any advice?

Thanks

dylanaraps commented 5 years ago

I don't understand. Can you elaborate?

sinetoami commented 5 years ago

Oh, sorry for my bad English. So, I'll try to be more clear. The fff file manager uses l and enter shortcuts to open a file like .txt, .rb, .go with my personal editor which is Neovim. Well, the fff.vim doesn't do this on my environment. I don't know if I forgot something in my rc config. But I want to know how can I open files on a buffers or tabs on Neovim like Nerdtree, do you understand me? Select a file on tree, press enter and open that file on a buffer or tab.

I hope I have been clearer. Thanks

dylanaraps commented 5 years ago

Are you using the latest version of fff? It should work as you've described.

sinetoami commented 5 years ago

Are you using the latest version of fff?

Yep.

My vimrc here and my zshrc

mgiugliano commented 5 years ago

I might perhaps have the same question:

Any suggestion on how to mimic NERDTree behaviour?

dylanaraps commented 5 years ago

The plugin should open files in a new buffer. What version of fff are you using?

mgiugliano commented 5 years ago

It does, after updated to the latest 'fff'. Thank you.

sinetoami commented 5 years ago

Yep. Now works like a charm. Thank you very much!