Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-cursorholdmark

Set mark when you stop typing. You can return where you were just before.

Default behavior: The cursor position is marked a 4 seconds after the last key stroke, and you can return there by `a.

Requirements

timer is required.

  • nvim > v0.1.5
  • vim > v7.4

Installation

Use your favorite plugin manager.

For exapmle with dein.vim,

[[plugins]]
repo = 'KosukeMizuno/vim-cursorholdmark'

Options

Available options and their defaults are followings.

g:cursorholdmark_mark

Your favorite marker.

let g:cursorholdmark_mark = 'a'

g:cursorholdmark_time

Waiting time in millisecond.

let g:cursorholdmark_time = 4000

Event

CursorHoldMarked event will be emitted after marking.

License

This plugin is licensed MIT, see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages