I've been using MacVim and the Janus distribution for a while and have become very used to how it works. Recently, when I execute "mvim ." from a directory in a Terminal window, I get a MacVim window with only NERDTree open, there's not a vertical split. If I select a file in NERDTree, it replaces the NERDTree window with that file contents instead of leaving NERDTree open in a left pane.
Does anyone know how to get this back to the default configuration?
:e /
for example, it should open your root file directory in the current window. - evnu