As @statox mentioned, you can use CTRL-z
. If you want to spawn a new shell from vim, as :shell
does, you can do: :!sh
, :!bash
, :!zsh
(pick your favourite), which has pretty much the same effect as :shell
.
↧
Answer by padawin for How can I emulate :shell command in Neovim?
↧