Last Updated: June 24, 2016
·
287
· ryrych

Opening interactive shell in neovim

In neovim :shell has been deprecated. :shell opens a interactive shell session which can be useful if you need to run more than one command in Ex mode. Fortunately neovim provides :terminal (:te in short) command.

neoterm, a wrapper of some neovim terminal functions may also be useful for if you are shell aficionado.