Using :Ex directly opens netrw with an unlisted buffer. This allows me to use :bp/:bn to hop around between buffers without issue (and wraps when I get to the end). If at anytime I hit '-', it goes to a netrw explorer buffer that is listed, which causes some very odd :bp/:bn behavior.
Is there some config to force vinegar/netrw to always open in an unlisted buffer?
Note this seems to happen in 2 circumstances:
In both of those cases there is at least 1 file explorer buffer that is not unlisted, which causes the - and :bn/:bp to misbehave.
I'm wondering if there is a work around to this?
Using :Ex directly opens netrw with an unlisted buffer. This allows me to use :bp/:bn to hop around between buffers without issue (and wraps when I get to the end). If at anytime I hit '-', it goes to a netrw explorer buffer that is listed, which causes some very odd :bp/:bn behavior.
Is there some config to force vinegar/netrw to always open in an unlisted buffer?
Note this seems to happen in 2 circumstances:
netrw list style is 3
if netrw list style is not 3, but you open a directory with vim:
vim .In both of those cases there is at least 1 file explorer buffer that is not unlisted, which causes the - and
:bn/:bpto misbehave.I'm wondering if there is a work around to this?