Y
Hacker News
new
|
ask
|
show
|
jobs
by
hossbeast
3573 days ago
Just gave neovim a try, and my favorite thing so far is that this command works (but does not with vim and has always bothered me)
$ find foo | xargs nvim
1 comments
mangamadaiyan
3573 days ago
I thought find foo | xargs vim - did the trick?
link