Skip to content

davits/autohighlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoHighlight

Automatically highlights word under cursor after given timeout. Uses Vim's new timers feature introduced in version 7.4.1594.

Options


The g:AH_timeout option

This option sets timeout in milliseconds of cursor idle after which word under cursor is highlighted.

Default: 700

let g:AH_timeout = 700

The g:AH_style option

Sets style of highlighting. Possible values are: (bold|italic|underlined).

Default: 'bold'

let g:AH_style = 'bold'

About

Automatically highlight word under cursor in Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published