Add print-query action for --bind

Close #571
This commit is contained in:
Junegunn Choi
2016-05-13 00:51:15 +09:00
parent 9bd8b1d25f
commit 9078688baf
3 changed files with 17 additions and 0 deletions

View File

@@ -531,6 +531,8 @@ func parseKeymap(keymap map[int]actionType, execmap map[int]string, str string)
keymap[key] = actAbort
case "accept":
keymap[key] = actAccept
case "print-query":
keymap[key] = actPrintQuery
case "backward-char":
keymap[key] = actBackwardChar
case "backward-delete-char":