Add Shift-Delete mapping for :completion-item-del

This seems to be what Chromium and Firefox use for the same purpose.
This commit is contained in:
Florian Bruhin 2017-06-19 11:47:17 +02:00
parent 75798bebb0
commit e752f87876

View File

@ -1994,6 +1994,7 @@ bindings.commands:
<Ctrl-Tab>: completion-item-focus next-category
<Ctrl-Shift-Tab>: completion-item-focus prev-category
<Ctrl-D>: completion-item-del
<Shift-Delete>: completion-item-del
<Return>: command-accept
<Ctrl-B>: rl-backward-char
<Ctrl-F>: rl-forward-char