Is it possible to redirect vim input?

2015-07-03 Thread GoTouch Go
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 I prefer is to let vim get input from my program, which sends editing input to

Re: Is it possible to redirect vim input?

2015-07-05 Thread Steve B
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 command which is too long. What I prefer is to let vim get input from

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

Re: Is it possible to redirect vim input?

2015-07-08 Thread Jacek Czaja
Hi I use GDB from Vim, using following plugin: http://www.vim.org/scripts/script.php?script_id=4582 W dniu niedziela, 5 lipca 2015 20:36:17 UTC+2 użytkownik Steve B napisał: > 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

Re: Is it possible to redirect vim input?

2015-07-08 Thread GoTouch Go
Thanks all. Just took a quick look at clientserver (remote.txt) and netbeans.txt which give a lot info about this kind of integration of vim. I probably can use them for my goal. I just want to make gdb easier to use, maybe spoiled by windows debugger key bindings but it is just so easier than

Re: Is it possible to redirect vim input?

2015-07-10 Thread tlux
On 08/07/15 03:07, Jacek Czaja wrote: > Hi I use GDB from Vim, using following plugin: > > http://www.vim.org/scripts/script.php?script_id=4582 > > > > Hi, thank you so much for the above link. I've been looking for a way to integrate gdb into vim and this plugin is just great! Regards, tlux. --