mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2025-02-16 11:08:23 +00:00
Bind ^W, ^K – the latter to .vi-kill-line – .kill-line doesn't work
This commit is contained in:
parent
6c556fc96c
commit
a44a52e3f2
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +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 '^W' .backward-kill-word
|
||||
|
||||
# Additional keys
|
||||
bindkey -M hsmw '^P' "$up_widget"
|
||||
|
|
Loading…
Add table
Reference in a new issue