To answer my own question . .
Philip Rhoades wrote: > 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 . . ) I used: git pull origin add_vsplit in the nerdtree dir and that seemed to work . . Next question: when I used the vsplit, the NERDTree window ended up between the two editing windows. I frequently use a vertical split to compare two files - it would be more convenient if they were side by side and the NERDTree window was still on the far left . . 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 -~----------~----~----~----~------~----~------~--~---
