Fixes keypad enter issue (#131)

This commit is contained in:
Victor Gridnevsky 2020-06-02 13:26:16 +03:00
parent f00d5d55df
commit a6f52197d0
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ keymap.add {
["ctrl+delete"] = "doc:delete-to-next-word-end",
["ctrl+shift+delete"] = "doc:delete-to-next-word-end",
["return"] = { "command:submit", "doc:newline" },
["keypad enter"] = { "command:submit", "doc:newline" },
["ctrl+return"] = "doc:newline-below",
["ctrl+shift+return"] = "doc:newline-above",
["ctrl+j"] = "doc:join-lines",