AutoYADM commit: 2025-06-26 14:44:47
This commit is contained in:
parent
2dd6e745af
commit
5591115248
3 changed files with 16 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
## kak-search-highlight: interactive highlighting of search terms
|
||||
## Author: Daniel Fichtinger <daniel@ficd.ca> sr.ht/~ficd
|
||||
## License: ISC
|
||||
|
||||
provide-module search-highlight %—
|
||||
## begin public options
|
||||
declare-option -docstring %{
|
||||
|
@ -36,10 +40,12 @@ provide-module search-highlight %—
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
# remove the plugin's hooks
|
||||
define-command -hidden search-highlight-disable-impl %{
|
||||
remove-hooks window search-highlight
|
||||
}
|
||||
|
||||
## begin public commands
|
||||
define-command -docstring %{
|
||||
Enable search highlighting. Press <esc> in normal mode to clear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue