Skip to content

ThomsonTan/vim-quickhl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlight on the fly.

quickhl.vim support highlight for

  • manual keywords
  • tag in ctags generated file
  • automatically higlight word under cursor(<cword>).

Config

Minimum

nmap <Space>m <Plug>(quickhl-manual-this)
xmap <Space>m <Plug>(quickhl-manual-this)
nmap <Space>M <Plug>(quickhl-manual-reset)
xmap <Space>M <Plug>(quickhl-manual-reset)

Full

nmap <Space>m <Plug>(quickhl-manual-this)
xmap <Space>m <Plug>(quickhl-manual-this)
nmap <Space>M <Plug>(quickhl-manual-reset)
xmap <Space>M <Plug>(quickhl-manual-reset)

nmap <Space>j <Plug>(quickhl-cword-toggle)
nmap <Space>] <Plug>(quickhl-tag-toggle)
map H <Plug>(operator-quickhl-manual-this-motion)

Movie

Movie

About

quickly highlight <cword> or visually selected word

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 96.7%
  • Ruby 3.3%