mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-24 20:33:04 +00:00
Also bind ^U, as far I know Emacs clears line on that keys
This commit is contained in:
parent
a44a52e3f2
commit
58601435c8
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ if [ "$__hsmw_hcw_call_count" -eq "1" ]; then
|
|||
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 '^W' .backward-kill-word
|
||||
|
||||
# Additional keys
|
||||
|
|
Loading…
Reference in a new issue