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

Open a file in a new split #8

Open roginfarrer opened 4 years ago

roginfarrer commented 4 years ago

Instead of opening a file in a new buffer, replacing the current one, I'd like to open a file in a split, both vertically and horizontally.

tinkertom commented 4 years ago

Would be amazing if you could, in addition, open files to a new tab. Love the plugin btw <3

Roy-Orbison commented 3 years ago

Doing :sp or :vsp on the current buffer before running :F works in the meantime.