scrooloose,

scrooloose wrote:
> On Jan 10, 9:42 am, 703designs <[email protected]> wrote:
>> Except that the split functionality goes deep into the code and I'm no
>> expert Vim coder. I'll email Marty and see if he and I can work on
>> this.
> 
> Howdy chums. This is good timing since i actually just wrote the code
> to do vertical splits a couple of days ago. Its currently sitting in a
> branch in my local git repo. Ill push it to github in a tick.


Great news!


> One thing ive been wondering...   There are 2 approaches i could have
> taken when implementing vertical splitting: either add more mappings
> (so the user needs to learn a new key to split vertically), or add an
> option to tell the script to split vertically using the existing
> mappings.
> 
> Ive implemented it with separate mappings, i.e. you put the cursor on
> a node and hit s or gs. Do you guys think this is the right way?


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)

?

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to