More Information 4

I made a two step process that is working.
I would like a one step process still

Title     - vim C# &u
Command   - C:\Program Files\Vim\vim72\gvim.exe
Arguments - --servername VS_NET $(ItemPath)
Init Dir  - $(ItemDir)

Title     - vim send :echo cursor(row,col) &y
Command   - C:\Program Files\Vim\vim72\gvim.exe
Arguments - --servername VS_NET --remote-send ":echo cursor($
(CurLine), $(CurCol))<CR>"
Init Dir  - $(ItemDir)

Now when I'm in Visual C# I hit

Alt-T u
   to open the myfile.cs file

Then I do a Alt-T y
        to make the cursor go to line,col

This works but it is kind of a pain to switch from the vim window to
the
Visual Studio window, then switch back to the Vim window.

-- 
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

Reply via email to