Re: Is it possible to redirect vim input?

2015-07-06 Thread Benji Fisher
On Sun, Jul 5, 2015 at 9:43 AM, Steve B wrote: > On 07/03/2015 09:23 PM, GoTouch Go wrote: > >> Hi there, >> >> I am looking to make vim work with gdb in an easy way I like. I >> looked around and does not seem to see a solution. There is gdbmgr >> but that means I still need to type in gdb comma

Re: how to move tab by mouse

2015-07-06 Thread Ben Fritz
Try keeping your posts to one question, you'll get more/better responses. On Friday, July 3, 2015 at 4:05:00 AM UTC-5, rexdf wrote: > We can use :tabm buffer_Number to move tabs. How to use mouse to move it? > You can set guioptions-=e to use the textual tab line instead of the GUI tab bar. The

Re: Diff mode via Tabs

2015-07-06 Thread Ben Fritz
On Friday, July 3, 2015 at 2:20:06 PM UTC-5, David Fishburn wrote: > Now, what I _really_ want it to do is this: > > > C:\Vim\vim74\gvim.exe --servername gDiff  +":RemoteDiffFiles %1" > > > > In other words, do not let Vim "edit" the file, but pass the filename in as a > argument to my comman

Re: Diff mode via Tabs

2015-07-06 Thread Ben Fritz
On Monday, July 6, 2015 at 10:01:31 AM UTC-5, Ben Fritz wrote: > On Friday, July 3, 2015 at 2:20:06 PM UTC-5, David Fishburn wrote: > > Now, what I _really_ want it to do is this: > > > > > > C:\Vim\vim74\gvim.exe --servername gDiff  +":RemoteDiffFiles %1" > > > > > > > > In other words, do no

Re: Is it possible to redirect vim input?

2015-07-06 Thread Ben Fritz
On Saturday, July 4, 2015 at 1:54:11 AM UTC-5, GoTouch Go wrote: > Hi there, > > I am looking to make vim work with gdb in an easy way I like. I looked around > and does not seem to see a solution. There is gdbmgr but that means I still > need to type in gdb command which is too long. > > What