Skip to content

Instantly share code, notes, and snippets.

@oozzal
Created October 16, 2014 11:23
Show Gist options
  • Save oozzal/65c3689033e0f53391bf to your computer and use it in GitHub Desktop.
Save oozzal/65c3689033e0f53391bf to your computer and use it in GitHub Desktop.
Open text in vim
# Open text in vim
echo 'hello there' | vim -
# it's doing nothing but reading from the stdin with the '-' flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment