mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
Use .kill-whole-line instead of .vi-kill-line
This commit is contained in:
parent
58601435c8
commit
1a599ee5f0
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@ if [ "$__hsmw_hcw_call_count" -eq "1" ]; then
|
|||
bindkey -M hsmw '^[F' .forward-word
|
||||
bindkey -M hsmw '^[w' .forward-word
|
||||
bindkey -M hsmw '^[W' .forward-word
|
||||
bindkey -M hsmw '^K' .vi-kill-line
|
||||
bindkey -M hsmw '^U' .vi-kill-line
|
||||
bindkey -M hsmw '^K' .kill-whole-line
|
||||
bindkey -M hsmw '^U' .kill-whole-line
|
||||
bindkey -M hsmw '^W' .backward-kill-word
|
||||
|
||||
# Additional keys
|
||||
|
|
Loading…
Reference in a new issue