I have recently switched to VIM using NERDTree and python-mode. As NERDTree seems to have a conflict with python-mode and breaks my layout if I close one out of multiple buffers, I decided to switch to netrw since it is shipped with VIM anyway.
But having a file opened, if I open netrw by typing :E
and open another file by hitting <enter>
VIM closes the old one and opens the new one in the same window. And if I hit <o>
in the same situation VIM adds another buffer but adds a new window in a horizontal split.
How can I add multiple files/buffers to the buffer list and only show the last added buffer in the active window (without new splits) using netrw? #edited#
Thanks in advance! I hope I haven't missed something trivial from the manual.. ;-)