e.g.
:bel sp {filename}
:bel vs {filename}
:bel new {filename}
https://dev.to/mr_destructive/vim-terminal-integration-4pfp
^w v
To split window vertically. (the same file is opened in the new split window.)
^w l
To go to the newly split windows on the right
:term
To open a terminal. (The window on the right split horizontally, and the terminal window is on the top.)
^w j
To go to the split window below the terminal window
^w c
To close the window below the terminal window
How to split windows in vim, or say how to use viewport in vim?
https://www.linux.com/training-tutorials/vim-tips-using-viewports/