Questions tagged [conque]

Conque is a Vim plugin which allows you to run interactive programs, such as bash on linux or powershell.exe on Windows, inside a Vim buffer. In other words it is a terminal emulator which uses a Vim buffer to display the program output.

7 questions
5
votes
2 answers

Error running ':ConqueTerm bash'

I have installed Conque with vundle using the following line: Bundle 'Conque-Shell' However, when I run :ConqueTerm bash I get the folowing error: Error detected while processing function…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
2
votes
1 answer

Using ConqueGDB to debug ARM microcontroller with OpenOCD

I am using the following commands to debug a program running on the Redwire Econotag r3 (which is based on a ARM microcontroller). xterm -e "openocd -f interface/ftdi/redbee-econotag.cfg -f board /redbee.cfg" & sleep 1 echo -e "soft_reset_halt\n…
guyik
  • 188
  • 1
  • 9
1
vote
1 answer

How to close "Conque GDB" window inside VIM?

I've just install vim plugin named "Conque gdb", it's good: but after I type "q" in gdb, the "Conque gdb" window is still there, hang. How can I, say, type "q" inside gdb so that Conque gdb window is automatically closed inside vim?
Troskyvs
  • 7,537
  • 7
  • 47
  • 115
0
votes
1 answer

NeoVim terminal plugins don't work after arch/manjaro update

recently I had a system update on my manjaro system. Generally I don't do system updates (not just because in linux they are generally unecessary but also because of things like these), and my plugin to emulate the bash terminal in vim just stopped…
Healer_hg
  • 3
  • 3
0
votes
1 answer

Disable VIm autocommands for specific buffer

As a windows user I use conque term as my vim terminal. Is there a way to disable the CursorHoldI and CursorMovedI autocmds when the buffer is a conque term. My vim script skills are basic , I 'm sure there is a line I can add to my vimrc.Thanks
Daryus
  • 3
  • 2
0
votes
1 answer

Sending multiple python lines with ConqueTerm

I'm using vim with ConqueTerm and ipython (--pylab if it matters) on Ubuntu 14.04. When I select multiple lines and send them using F9, everything pastes in the same line, as in this question. I could try remapping as the poster did for that…
0
votes
2 answers

how to automate installing conque term?

I've tried installing conque using vundle but not had any success so I'm trying to install manually using the instructions online: download https://conque.googlecode.com/files/conque_2.3.vmb Open the .vba file with Vim and run the following…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309