rgroli/other.nvim

Command to open the file picker without clearing the internal reference

Closed this issue · 1 comments

Hi, first of all: awesome plugin!

I'm looking for a way to always open the file picker, even after I picked an alternate for a file but without having to clear the internal reference.

For example, I want to use the spec file of a certain Rails model as an alternate to quickly switch between them, but from time to time I want to pick the related controller.

Is there a way to do this?

Hi,

thanks :) You can do this by setting the rememberBuffers option to false in the config.

Cheers!