vim tips and tricks
editing in a stream
You can take the output of any command and send it into a vim session. From there you could format it, change stuff, and then save it to a file.
find . | vim -
You can take the output of any command and send it into a vim session. From there you could format it, change stuff, and then save it to a file.
find . | vim -