Skip to content

Instantly share code, notes, and snippets.

@yamadapc
Created March 28, 2014 17:12
Show Gist options
  • Save yamadapc/9837839 to your computer and use it in GitHub Desktop.
Save yamadapc/9837839 to your computer and use it in GitHub Desktop.
Tabularize pretty ":"
vnoremap <leader><leader>; :Tabularize/:\zs/l1r0
@yamadapc
Copy link
Author

Will turn this:

{
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "version": "3.1.1"
}

Into this:

{
  "name":        "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "version":     "3.1.1",
}

@yamadapc
Copy link
Author

ocd ftw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment