Skip to content

Instantly share code, notes, and snippets.

@alpody
Created October 18, 2016 07:03
Show Gist options
  • Save alpody/efa0f141bbc718af8f0f5a6179885cc7 to your computer and use it in GitHub Desktop.
Save alpody/efa0f141bbc718af8f0f5a6179885cc7 to your computer and use it in GitHub Desktop.
Add line numbers to every line in vim
:%s/^/\=printf("%04d\t", line('.'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment