Hacker News new | ask | show | jobs
by calibwam 5238 days ago
It's against VIMs design philosophy to include a shell. The idea is that you shouldn't use shell (and other things) from vim, you should use vim from your shell. You have access to your shell by using the :! command.