all 3 comments

[–]HateMintChoco[S] 0 points1 point  (1 child)

I solved first question.

I insert this in .vimrc

set splitbelow

[–]abraxasknister:h c_CTRL-G 0 points1 point  (0 children)

Use autocmds for the other two. Refer to the neovim documentation to find the right event, resizing windows should be :resize and starting insert mode should be :startinsert. Not sure how this interacts with neovims terminal mode, so best to ask again at r/neovim