Hi,
I use project and taglist for my everyday work. 
I have the corresponding vimrc:

nmap <silent> <C-q> <Plug>ToggleProject
nnoremap <silent> <C-t> :TlistToggle<CR>
let g:proj_window_width=24

Now, the problem is, if I open both of them together, both "vsplit"s the window.

What I am looking for, when the first of either project or taglist window 
opened(say, project), it will vsplit the screen. when the 2nd of them is 
opened(i.e. taglist), that will hsplit the project window, with height 50%. 

Also, if possible, I will like to have project's window at the top and tag 
window at the bottom; irrespective of the order of opening them. 

I don't know vim script, and have no idea if I am asking too much. Kindly help.

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to