Created
June 7, 2019 19:49
-
-
Save rhiroyuki/5896a09422e8a614d6bd15c79f360f18 to your computer and use it in GitHub Desktop.
Vim Tabular
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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