conque

Sending multiple python lines with ConqueTerm

喜你入骨 提交于 2019-12-12 01:28:47
问题 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 question, but I don't have this issue with matlab on the same machine or with ConqueTerm+ipython on mac. Is there a way to fix this so I can continue using F9? Thanks! 回答1: The solution It was my first experience using vimscript, but I was able to modify

how to automate installing conque term?

…衆ロ難τιáo~ 提交于 2019-12-12 01:19:49
问题 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 commands: :so % :q How can I automate installing vim? 回答1: This appears to have worked, so I'm documenting it in case it is useful for others: $ vim 'https://conque.googlecode.com/files/conque_2.3.vmb' -c ':so % | q' 回答2: This is my simple bash script to

Error running ':ConqueTerm bash'

谁说我不能喝 提交于 2019-12-07 06:21:16
问题 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 conque_term#open..conque_term#dependency_check..conque_term#load_python: line 2: Traceback (most recent call last): File "<string>", line 1, in <module> IOError: [Errno 2] No such file or directory: '/Users/snowch/.vim/bundle/Conque-Shell/autoload/conque_term/conque_globals.py' line 3: Traceback (most recent

Error running ':ConqueTerm bash'

一世执手 提交于 2019-12-05 11:34:32
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 conque_term#open..conque_term#dependency_check..conque_term#load_python: line 2: Traceback (most recent call last): File "<string>", line 1, in <module> IOError: [Errno 2] No such file or directory: '/Users/snowch/.vim/bundle/Conque-Shell/autoload/conque_term/conque_globals.py' line 3: Traceback (most recent call last): File "<string>", line 1, in <module> IOError: [Errno 2] No such file or directory: '/Users