zsh: kill whole line with ^u rather than from start of insert
This commit is contained in:
parent
91719784e5
commit
8ccaf2bfec
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export KEYTIMEOUT=1
|
||||||
bindkey -M viins '^a' vi-beginning-of-line
|
bindkey -M viins '^a' vi-beginning-of-line
|
||||||
bindkey -M viins '^e' vi-end-of-line
|
bindkey -M viins '^e' vi-end-of-line
|
||||||
bindkey -M viins '^l' clear-screen
|
bindkey -M viins '^l' clear-screen
|
||||||
|
bindkey -M viins '^u' kill-whole-line
|
||||||
bindkey -M viins '^[.' insert-last-word
|
bindkey -M viins '^[.' insert-last-word
|
||||||
|
|
||||||
# Search through history in insert mode.
|
# Search through history in insert mode.
|
||||||
|
|
Loading…
Add table
Reference in a new issue