Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages