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:
parent
75798bebb0
commit
e752f87876
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user