cloudhead / neovim-fuzzy

Minimalistic fuzzy file finding for neovim
BSD 3-Clause "New" or "Revised" License
111 stars 17 forks source link

go to window if file is already open #47

Open artificialsimon opened 4 years ago

artificialsimon commented 4 years ago

Hi, if the file is already open in another window and/or tab, is there a way to automatically go to that window instead of opening the file again? It would be a behaviour like :sbuffer.

Thanks!