Since 2019, Vim introduces a new command called :terminal, which allow user to open terminal inside of Vim.
To open it in a new tab, I have to type two commands:
:tabnew
:terminal
Is there a one-command way to achieve the same purpose?
Edit: I'm aware of this similar question, but the accepted answer is outdated.
Edit 2: This might be a bug related to Neovim.