On Feb 12, 10:43 pm, yvonne <[email protected]> wrote:

> IMMEDIATE OBJECTIVE 1: file associating to Gvim no problem, though
> forcing files to open in ONE running instance not happening yet.
>
> I've read 3 way of doing this on the web though one didn't work, the
> other two wold have had a message pop up reminding me that another
> instance was running.
> [snip]
> And all subsequent files open in seperate tabs.
>

What three ways did you try? The best way to do this would be using
the --remote-tab-silent argument to Vim when launching your files.

This might help:
http://vim.wikia.com/wiki/Launch_files_in_new_tabs_under_Unix

>
> IMMEDIATE OBJECTIVE 2: to have the most flexible sensible tabbing
> ability with the above objective 1 in mind...  May I ask if there's
> any plugin that will make a huge difference... Or, could someone tell
> me exactly how to do these two things.... including where I put the
> code and what the code is exactly.... Ideally it would be something in
> the .vimrc.
>
> I've considered that my inability to get anything going with my fist
> attempts are due to not knowing where to put the code I found.
>
> Basically I'm not doing anything complex in the slightest...

What exactly do you want to accomplish? We can't help you if you don't
say what you need.

Are you looking to jump to the already open tab if the file is already
open in Vim? If so, the command you want is :drop or :tab drop.

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

Reply via email to