Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rhiroyuki/5896a09422e8a614d6bd15c79f360f18 to your computer and use it in GitHub Desktop.
Save rhiroyuki/5896a09422e8a614d6bd15c79f360f18 to your computer and use it in GitHub Desktop.
Vim Tabular
From godlygeek/tabular, https://github.com/godlygeek/tabular
To "tabularize":
Select lines then
:'<,>'Tabularize /:
or
:'<,>'Tabularize /:\zs
Source:
http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment