Add clear-query and clear-selection

Close #1787
Related #1364
This commit is contained in:
Junegunn Choi
2019-12-07 14:44:24 +09:00
parent 86e3994e87
commit af1a5f130b
5 changed files with 45 additions and 4 deletions

View File

@@ -738,6 +738,10 @@ func parseKeymap(keymap map[int][]action, str string) {
appendAction(actEndOfLine)
case "cancel":
appendAction(actCancel)
case "clear-query":
appendAction(actClearQuery)
case "clear-selection":
appendAction(actClearSelection)
case "forward-char":
appendAction(actForwardChar)
case "forward-word":