Uroc327 / vim-numbertoggle

Toggles between relative and absolute line numbers automatically

Home Page:http://jeffkreeftmeijer.com/2012/relative-line-numbers-in-vim-for-super-fast-movement/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numbertoggle

While Vim's relativenumber option is great, you probably don't want to use it all the time. numbertoggle allows you to quickly toggle between relative and absolute line numbers and cleverly switches when when focus is lost or gained or when switching between normal and insert mode.

Installation

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

cd ~/.vim/bundle
git clone git://github.com/jeffkreeftmeijer/vim-numbertoggle.git

Once help tags have been generated, you can view the manual with :help numbertoggle.

License

Copyright (c) Jeff Kreeftmeijer. Distributed under the same terms as Vim itself. See :help license.

About

Toggles between relative and absolute line numbers automatically

http://jeffkreeftmeijer.com/2012/relative-line-numbers-in-vim-for-super-fast-movement/


Languages

Language:Vim Script 100.0%