-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leave Insert mode #7
Comments
Yeah I found that it for some reason enters insert..You could always hit |
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 |
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. |
I'm annoyed also :) but then all you really gotta do is hit escape. |
Hi,
How can I leave insert mode after running my specs? I tried let g:ConqueTerm_InsertOnEnter = 0 but no luck.
Cheers,
Julien.
The text was updated successfully, but these errors were encountered: