My question is fairly simple, still I can't find the answer anywhere : In Vim, how can I close Netrw explorer without actually selecting a file? What keystroke should I hit to close the explorer and go back to the currently opened file?
So far, I have to select the currently opened file from within Netrw if I want to get back to it, which happens to be impossible if I haven't saved it yet.
I may add that I RTFM, and do know the :h netrw
command ;)
Many thanks.
:b#
did the tricks of going back to the previous buffer ;) Many thanks ! – Hadfield