Skip to content

Commit

Permalink
Clean highlight overlays in a quick way
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Aug 14, 2023
1 parent 7019ee5 commit 3f1ae70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/init-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ if LOCALLEADER is nil, otherwise \"<localleader>\"."
;; SPC, quit minibuffer.
"SPC" 'keyboard-escape-quit

;; Clear highlights
"S-SPC" 'lazy-highlight-cleanup

;; Resume
"'" 'vertico-repeat

Expand Down

0 comments on commit 3f1ae70

Please sign in to comment.