osx - How to use nerdtree and mvim behave like netbeans or eclipse? -
i want use mvim general purpose text editor code development. want default view directory list view on left vertical split pane , file double click on in right vertical split pane. same in netbeans or eclipse. there anyway set default mvim view, or hotkeys put in mode?
on macbook pro, can open mvim typing:
mvim .
this opens directory tree view of current directory (not split pane). if double click on files, whole screen replaced file , directory listing goes away. want keep it.
if highlight file within directory listing , click "t" hotkey, new tab opened showing contents of file (again, not split pane, whole file in it's own tab). however, if highlight folder , click "t" hotkey, new tab opened has new vertical split directory listing on left. furthermore if double click on files in directory listing, go in right pane, want.
is there command line arguments set can alias?
you seem describing nerdtree plugin "t". might need tweak variables in $vimruntime
work describe (e.g., 'let nerdtreequitonopen=0
'), little bit of time docs should able want.
Comments
Post a Comment