Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Created November 13, 2015 21:01
Show Gist options
  • Save smirn0v/b798377f523c4d63ae32 to your computer and use it in GitHub Desktop.
Save smirn0v/b798377f523c4d63ae32 to your computer and use it in GitHub Desktop.
vim each line to file
:g/^/execute '.w '.line('.').'.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment