skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

Leave Insert mode #7

Open julienXX opened 12 years ago

julienXX commented 12 years ago

Hi, How can I leave insert mode after running my specs? I tried let g:ConqueTerm_InsertOnEnter = 0 but no luck.

Cheers, Julien.

skwp commented 12 years ago

Yeah I found that it for some reason enters insert..You could always hit <esc> :) I am working on ideas such as sending <esc> to it automatically.

skwp commented 12 years ago

Are you using the YADR project (my dotfiles project)? I noticed I had InsertOnEnter=1 so it might have been overriding your settings

julienXX commented 12 years ago

No I'm using my own dot files. This must be something with Conque not taking this option into account.

rspeicher commented 12 years ago

Seeing this as well, even with let g:ConqueTerm_InsertOnEnter = 0 set.

comeara commented 11 years ago

Has anyone come up with a workaround for this? I installed the plugin and it's exactly what I've been looking for. Insert mode is an annoyance though.

I tried g:ConqueTerm_InsertOnEnter = 0 without success.

cvincent commented 11 years ago

Indeed! Any workaround for this yet?

comeara commented 11 years ago

No, no workaround.

The annoyance was great enough that I gave up trying to use the plugin.

skwp commented 11 years ago

I'm annoyed also :) but then all you really gotta do is hit escape.