summaryrefslogtreecommitdiff
path: root/user:hugues
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-03-02 12:46:52 +0100
committerHugues Hiegel <hugues@hiegel.fr>2010-03-02 12:47:08 +0100
commitf6c169285142e3b02744b79bbab462536b59f4ff (patch)
tree19e757cc0a90ecee4d31b70e2f2430c4bb6fd8d8 /user:hugues
parentde362aae9a52fb804a59d15cd2a9105c3ea83a31 (diff)
[Keys] C-u kills to beginning of line, not whole line
Diffstat (limited to 'user:hugues')
-rw-r--r--user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index bc077ff..863d03b 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -67,7 +67,7 @@ bindkey '^Q' push-line
bindkey '^R' history-incremental-search-backward
bindkey '^S' history-incremental-search-forward
bindkey '^T' transpose-chars
-bindkey '^U' kill-whole-line
+bindkey '^U' backward-kill-line
bindkey '^V' quoted-insert
bindkey '^W' backward-kill-word
bindkey '^X^B' vi-match-bracket