mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Recolor the ZLE buffer when spacebar is pressed.
This commit is contained in:
parent
c3454b48a7
commit
0100adc7b5
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ colorize-zle-buffer() {
|
|||
# Bind the function to ZLE events.
|
||||
ZLE_COLORED_FUNCTIONS=(
|
||||
self-insert
|
||||
magic-space
|
||||
delete-char
|
||||
backward-delete-char
|
||||
kill-word
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue