Did you check the documentation?
Is your feature request related to a problem? Please describe.
When starting an nvim instance from a :terminal buffer, upon exiting from that instance the mode is set to normal mode and the user is required to manually enter insert mode again. This is a tad annoying when doing for example git commit followed by git push from a :terminal buffer.
Describe the solution you'd like
The ability to automatically enter insert mode again when returning from a nested nvim instance from a :terminal buffer.
Describe alternatives you've considered
Manually entering insert mode technically works, though it's a tad annoying if you intend to run commands after the nested nvim instance exits.
Additional context
No response
Did you check the documentation?
Is your feature request related to a problem? Please describe.
When starting an nvim instance from a
:terminalbuffer, upon exiting from that instance the mode is set to normal mode and the user is required to manually enter insert mode again. This is a tad annoying when doing for examplegit commitfollowed bygit pushfrom a:terminalbuffer.Describe the solution you'd like
The ability to automatically enter insert mode again when returning from a nested nvim instance from a
:terminalbuffer.Describe alternatives you've considered
Manually entering insert mode technically works, though it's a tad annoying if you intend to run commands after the nested nvim instance exits.
Additional context
No response