Skip to content

Instantly share code, notes, and snippets.

View lucaong's full-sized avatar

Luca Ongaro lucaong

View GitHub Profile
@AndrewRadev
AndrewRadev / tabularize.vim
Last active September 26, 2015 22:48
Tabularize mappings for specific use cases
" Tabularize mappings
"
" sa= -- align by equals
" sa> -- align by "=>"
"
" and so on. Note that any character can be entered and the mappings will
" attempt to align by that, in the simplest way possible.
"
" sa| -- equivalent to ":Tab/|"
"