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 file in current window #16

Closed Roy-Orbison closed 2 years ago

Roy-Orbison commented 2 years ago

Files are opened in the first window of a tab, unlike other file browsing tools. They should open in the last-focussed window.

Roy-Orbison commented 2 years ago

Changed patch to return focus to last window regardless of whether a file was picked or not.

dylanaraps commented 2 years ago

Seems reasonable. Thanks.