Fix bindings for "hn" and "hN" for hl-anything
An updated version of hl-anything uses 'hl-find-next-thing instead of 'hl-find-thing-forwardly.
This commit is contained in:
parent
c826380ca7
commit
61580e71ba
1 changed files with 2 additions and 2 deletions
|
@ -1499,8 +1499,8 @@ which require an initialization must be listed explicitly in the list.")
|
||||||
"hgc" 'hl-unhighlight-all-global
|
"hgc" 'hl-unhighlight-all-global
|
||||||
"hgh" 'hl-highlight-thingatpt-global
|
"hgh" 'hl-highlight-thingatpt-global
|
||||||
"hh" 'hl-highlight-thingatpt-local
|
"hh" 'hl-highlight-thingatpt-local
|
||||||
"hn" 'hl-find-thing-forwardly
|
"hn" 'hl-find-next-thing
|
||||||
"hN" 'hl-find-thing-backwardly
|
"hN" 'hl-find-prev-thing
|
||||||
"hp" 'hl-paren-mode
|
"hp" 'hl-paren-mode
|
||||||
"hr" 'hl-restore-highlights
|
"hr" 'hl-restore-highlights
|
||||||
"hs" 'hl-save-highlights))
|
"hs" 'hl-save-highlights))
|
||||||
|
|
Reference in a new issue