Grazfather
Grazfather
Well, `start_in_insert` defaults to `true`, plus, I never needed it before (this seems to be a regression), and finally, setting it to true explicitly does not remediate the issue. Were...
Thank you for taking a look. I will switch to float in the meantime, and I will try to take a look (though I do not know Vim's lua api...
I am afraid I still have the issue on commit b402342. Is it fixed for you?
I do this: 1. Open vim 2. Open terminal, it is in insert mode, as expected. 3. Toggle the terminal, back to my main buffer. 4. Open the terminal now,...
Yes I am using those settings. You should be able to repro with my minimal config above.
It seems fixed at 7abb25e!
Thanks for the fix!
Yeah this plugin is useless without this. * This is an escaped italicized file: _some\_file\_name.py_ * This is an italicized file: _some_file_name.py_ See how for italics the escape isn't needed,...
This is caused by [this line](https://github.com/hugsy/gef-extras/blob/c3e5c9c8856c793a4297a5ccf0bc84a8dcf8e32c/scripts/emulate/__init__.py#L80). That `"0"` should be something else, but I am not sure what. If it's supposed to be a string 0, then we should change...
(You could also try `"CS_MODE_ARM"`. That looks correct.) If you test and make a PR we could merge it in.