Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Created March 9, 2013 13:24
Show Gist options
  • Save lirenlin/5124156 to your computer and use it in GitHub Desktop.
Save lirenlin/5124156 to your computer and use it in GitHub Desktop.
read specific range from file into current vim buffer
:r! sed -n 147,227p /path/to/foo/foo.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment