> When this comes up for me, I generally use the NERD tree plugin.
>
> There is, iir, method to make vims buffers global among all active vim 
> sessions, but I do not recall the specifics.
>
> Thanks,
>     Chris

Can't recommend the NERDtree plugin enough, means the entire coding
side of my development
process sits in a single gvim session, which makes fuzzyfinderbuffer
and split windows also very useful.

Also useful to couple the plugin with this in your .vimrc:

map <leader>d :execute 'NERDTreeToggle ' . getcwd()<CR>

In command mode this allows you to toggle the NERDTree browser on/off
with two keystrokes.

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

Reply via email to