skwp/vim-ruby-conque

Leave Insert mode

julienXX opened this issue · 8 comments

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

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

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

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

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

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.

Indeed! Any workaround for this yet?

No, no workaround.

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

skwp commented

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