/gravity

A silly vim plugin to make all of your characters fall down

Primary LanguageVimL

Gravity

Gravity applies a pretty simple transformation to the characters in the current buffer. Just type :Gravity.

BEFORE:

 ______________ 
< Hello World! >
 -------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

AFTER:

            __              
            d!_             
        __  --->\           
  _____ Wo__^__^\_      )   
 _Hello_--rl(oo)||______|   
<-------\\--(__)||----w||\/\

System Requirements

  • Vim built with python support (vim --version | grep +python)

Installation

Install pathogen.vim, then:

cd ~/.vim/bundle
git clone git://github.com/wclarkson/gravity.git