Sam Mercier
Sam Mercier

Reputation: 193

Way of opening shell within vim like emacs?

I want to know always enjoy the ability to open a Bash instance within Emacs. Does vim have this functionality besides the ability to run commands with :!command?

Upvotes: 1

Views: 1214

Answers (2)

romainl
romainl

Reputation: 196886

Conque and Vimshell are very limited, you might as well use :shell which is very reliable if you use Vim in a terminal.

Upvotes: 2

mattn
mattn

Reputation: 7733

conque

https://code.google.com/p/conque/

conque is terminal emuration.

vimshell

https://github.com/Shougo/vimshell

vimshell is shell implement in vim.

Upvotes: 0

Related Questions