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. 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? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
