If you are editing a file in VIM and then you need to open an existing buffer (e.g. from your buffer list: :buffers) how can you open it in a vertical split?
:buffers
you can use Neovim,like that:
autocmd FileType python nmap :rightbelow vertical split :term python %