Reputation: 193
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
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
Reputation: 7733
https://code.google.com/p/conque/
conque is terminal emuration.
https://github.com/Shougo/vimshell
vimshell is shell implement in vim.
Upvotes: 0