Hacker News new | ask | show | jobs
by ajanuary 4915 days ago
It was my understanding it's easy to run a terminal command from vim.
1 comments

Yes, it's just

  :r!howdoi python regex
:r! executes a command and inserts its standard output below the cursor
Cool! ... that solves it! One less unfinished side project