Skip to content

Instantly share code, notes, and snippets.

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 slow-is-fast/ac98f566354f305779bba82876a0390d to your computer and use it in GitHub Desktop.
Save slow-is-fast/ac98f566354f305779bba82876a0390d to your computer and use it in GitHub Desktop.
vim make a list
:put =range(11,15)
:for i in range(1,10) | put ='192.168.0.'.i | endfor
http://vim.wikia.com/wiki/Making_a_list_of_numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment