I thought I had already figured out the correct zle word for proper ^u support, but I was wrong
This commit is contained in:
		@@ -107,7 +107,7 @@ unsetopt share_history
 | 
				
			|||||||
unsetopt hist_verify
 | 
					unsetopt hist_verify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bindkey '^k' kill-line
 | 
					bindkey '^k' kill-line
 | 
				
			||||||
bindkey '^u' kill-whole-line
 | 
					bindkey '^u' backward-kill-line
 | 
				
			||||||
bindkey '^y' yank
 | 
					bindkey '^y' yank
 | 
				
			||||||
bindkey '^a' beginning-of-line
 | 
					bindkey '^a' beginning-of-line
 | 
				
			||||||
bindkey '^e' end-of-line
 | 
					bindkey '^e' end-of-line
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user