Y
Hacker News
new
|
ask
|
show
|
jobs
by
kzrdude
1042 days ago
That does sound kind of like a missed opportunity. Not sure why it's not like that.
The closest neovim equivalent I can think of is :term <command>
1 comments
kps
1042 days ago
`:term` is much more intrusive; you can't just `:!foo` and get on with what you're doing. For one thing, you can't `:term foo` with a modified file, which is not an unusual state when you're editing.
link
kzrdude
1042 days ago
Using `:!` as a filter for text and running interactive commands doesn't overlap for me, so I haven't seen that as an issue.
link