On Mon, Jun 22, 2009 at 08:49:58PM -0700, shawn wrote:
> 
> Hey all,
> there is a sequence of commands that i use all the time. I have tried
> a variety of way to map it out, but cannot seem to get one that works.
> 
> The sequence goes like this.
> 
> i do C-t (mapped to :tabnew) to open a new tab.
> i then open the  project plugin so i can select the next file i want
> to fill my new tab.
> i have the project plugin mapped like  nmap <silent> <F12>
> <Plug>ToggleProject
> i then use the C-w =  to make the two buffers the same size ( helps me
> navigate the project tree )
> then i select the file and off i go.
> 
> shortly, i need a mapping that till take Control-t and open a new tab,
> opent the project drawer, equal it's size out ....
> 
nmap <C-t> :tabnew<cr><F12><C-W>=

/Arun

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to