From 7cb1a357798671e4fdd152173c261df4660e15f0 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Thu, 7 Jul 2016 10:42:23 -0600 Subject: [PATCH] I thought I had already figured out the correct zle word for proper ^u support, but I was wrong --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index ca466db..50bd3c7 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -107,7 +107,7 @@ unsetopt share_history unsetopt hist_verify bindkey '^k' kill-line -bindkey '^u' kill-whole-line +bindkey '^u' backward-kill-line bindkey '^y' yank bindkey '^a' beginning-of-line bindkey '^e' end-of-line