Go to file
Matt Wozniski 60f2564881 Add an option to not load TabularMaps.vim
Setting g:no_default_tabular_maps=1 will disable loading of
TabularMaps.vim.

Suggested by jeetsukumaran on github.
2013-05-16 19:56:07 -04:00
after/plugin Add an option to not load TabularMaps.vim 2013-05-16 19:56:07 -04:00
autoload Use strdisplaywidth where available 2012-10-21 23:03:13 -04:00
doc :Tabularize with no args reuses the last pattern 2011-03-31 00:14:50 -04:00
plugin Doc fix for GTabularize 2012-09-11 00:44:11 -04:00
.gitignore Ignore /doc/tags so this module can more easily be used with Pathogen 2011-01-23 14:08:12 +01:00
README.md More detailed installation instructions in README 2013-01-28 01:33:36 -05:00

Tabular

Sometimes, it's useful to line up text. Naturally, it's nicer to have the computer do this for you, since aligning things by hand quickly becomes unpleasant. While there are other plugins for aligning text, the ones I've tried are either impossibly difficult to understand and use, or too simplistic to handle complicated tasks. This plugin aims to make the easy things easy and the hard things possible, without providing an unnecessarily obtuse interface. It's still a work in progress, and criticisms are welcome.

See Aligning Text with Tabular.vim for a screencast that shows how Tabular.vim works.

See doc/Tabular.txt for detailed documentation.

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

mkdir -p ~/.vim/bundle
cd ~/.vim/bundle
git clone git://github.com/godlygeek/tabular.git

Once help tags have been generated (either using Pathogen's :Helptags command, or by pointing vim's :helptags command at the directory where you installed Tabular), you can view the manual with :help tabular.