Add refresh-preview action

This commit is contained in:
Junegunn Choi
2020-06-20 22:04:09 +09:00
parent a7aa08ce07
commit c33258832e
3 changed files with 15 additions and 5 deletions

View File

@@ -756,6 +756,8 @@ func parseKeymap(keymap map[int][]action, str string) {
appendAction(actAcceptNonEmpty)
case "print-query":
appendAction(actPrintQuery)
case "refresh-preview":
appendAction(actRefreshPreview)
case "replace-query":
appendAction(actReplaceQuery)
case "backward-char":