Add keymap bindings for ctrl/shift insert commands

This commit is contained in:
Francesco Abbate 2021-01-06 15:12:26 +01:00
parent bde6eae892
commit 9f0fa5121b
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ keymap.add {
["ctrl+x"] = "doc:cut",
["ctrl+c"] = "doc:copy",
["ctrl+v"] = "doc:paste",
["ctrl+insert"] = "doc:copy",
["shift+insert"] = "doc:paste",
["escape"] = { "command:escape", "doc:select-none" },
["tab"] = { "command:complete", "doc:indent" },
["shift+tab"] = "doc:unindent",