Y
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
jgeralnik
4915 days ago
Yes, it's just
:r!howdoi python regex
:r! executes a command and inserts its standard output below the cursor
link
tathagatadg
4915 days ago
Cool! ... that solves it! One less unfinished side project
link