Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 540 Bytes

README.markdown

File metadata and controls

18 lines (12 loc) · 540 Bytes

rel-jump.vim

rel-jump.vim turns [count]j and [count]k motions into jumps. This way you'll be able to jump back to the previous line by using <C-o>, which is very handy in conjunction with Vim's relativenumber option.

See :help rel-jump for details.

Installation

Install rel-jump.vim by copying the contents of doc and plugin to the equivalent directories in your .vim directory, or use tpope's pathogen.vim to keep your .vim directory clean.