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