Skip to content

Instantly share code, notes, and snippets.

@house9
Last active December 21, 2015 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save house9/6242331 to your computer and use it in GitHub Desktop.
Save house9/6242331 to your computer and use it in GitHub Desktop.
# given a file with a number on each line
# 1) add a comma to the end of each
q a # record and store in 'a'
A,<esc>j # Go to end of line in insert mode, type , go to next line
q # stop recording
50@a # run the recording 50 times
# 2) put all on a single line
:1,50j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment