There is no :shell
command in neovim. :terminal
opens a shell without previous output, while :shell
contains all the output of the parent shell and all previous shells. Is there any way to emulate :shell
behavior with :term
?
↧
How can I emulate :shell command in Neovim?
↧