Added command doc:select-none, added binding to escape

This commit is contained in:
rxi
2020-05-01 19:25:17 +01:00
parent 885ed5f860
commit 4ca35fe056
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ keymap.add {
["ctrl+x"] = "doc:cut",
["ctrl+c"] = "doc:copy",
["ctrl+v"] = "doc:paste",
["escape"] = { "command:escape" },
["escape"] = { "command:escape", "doc:select-none" },
["tab"] = { "command:complete", "doc:indent" },
["shift+tab"] = "doc:unindent",
["backspace"] = "doc:backspace",