scrooloose,
scrooloose wrote: >> In the normal environment, for horizontal or vertical splits the command >> is ^Ws or ^Wv, so it seems the NERDTree commands should be: >> >> s (or gs) >> >> and: >> >> v (or gv) >> >> ? > > Phil, > > You are right that ideally s and v would be better keys. Using s would > be fine, but using v is not a good idea since visual mode could > potentially be useful. > > Anyway, heres the code > http://github.com/scrooloose/nerdtree/commits/add_vsplit/ > There is the vsplit stuff in there, along with a bunch of other fixes > and refactoring ive done since 3.0.0 Initially I got NERDTree via the zip file - I have just used: git clone git://github.com/scrooloose/nerdtree.git to get the source, do I use a pull command to get the vsplit stuff? (git seems to be quite different from cvs/svn . . ) > FYI, if you wanted to change the keys as you said, you could put this > in your vimrc: > > let g:NERDTreeMapOpenVSplit = "v" > let g:NERDTreeMapOpenSplit = "s" I think I might do that. Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
