Recolor the ZLE buffer when spacebar is pressed.
This commit is contained in:
		
							parent
							
								
									c3454b48a7
								
							
						
					
					
						commit
						0100adc7b5
					
				| 
						 | 
					@ -81,6 +81,7 @@ colorize-zle-buffer() {
 | 
				
			||||||
# Bind the function to ZLE events.
 | 
					# Bind the function to ZLE events.
 | 
				
			||||||
ZLE_COLORED_FUNCTIONS=(
 | 
					ZLE_COLORED_FUNCTIONS=(
 | 
				
			||||||
    self-insert
 | 
					    self-insert
 | 
				
			||||||
 | 
					    magic-space
 | 
				
			||||||
    delete-char
 | 
					    delete-char
 | 
				
			||||||
    backward-delete-char
 | 
					    backward-delete-char
 | 
				
			||||||
    kill-word
 | 
					    kill-word
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue