From 3c5ce1e1bc4560a4893f6afa8f486babfe13753a Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sat, 21 Dec 2024 22:25:26 -0500 Subject: [PATCH] add ctrl+u behavior like bash/readline --- config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 675682a..91a1a84 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -50,6 +50,8 @@ bindkey -e bindkey '\e[3~' delete-char bindkey '^p' history-search-backward bindkey '^n' history-search-forward +bindkey '^U' backward-kill-line + bindkey ' ' magic-space zle -N edit-command-line bindkey "^X^E" edit-command-line