1

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?

Sam Mercier
  • 193
  • 1
  • 7

2 Answers2

2

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

romainl
  • 186,200
  • 21
  • 280
  • 313
  • I do, but was looking for an alternative. – Sam Mercier Dec 01 '12 at 01:56
  • I run repl all day in vimshell and it works great. Really nice to be able to move text between it and another buffer seamlessly. Wouldn't want to live in vimshell, but for certain tasks it is awesome! – Jeb Jan 08 '15 at 04:49
0

conque

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

conque is terminal emuration.

vimshell

https://github.com/Shougo/vimshell

vimshell is shell implement in vim.

mattn
  • 7,571
  • 30
  • 54