Skip to content

iurimatias/jump-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

VIM Jump Tracker

Introduction

Jump Tracker highlights the cursor line and cursor column whenever you jump the cursor. the highlight is automatically removed when you move the cursor to the previous/next line and/or character. The cursor line is also highlighted when using insert mode.

Installation

pathogen.vim is the recommended way to install jump tracker.

cd ~/.vim/bundle
git clone https://github.com/iurimatias/jump-tracker.git

Configuration

configure line & column color (default is 4F2F4F)

let g:jump_line_color = "3F2A22"

configure insert mode line color (default is 236)

let g:jump_insert_mode_color = 101

to disable changing line color when going into insert mode

let g:jump_insert_mode_line = 0

Animated Demonstration

Animated Demonstration

Bitdeli Badge

About

Vim plugin that tracks your cursor when it 'jumps'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages