Add keymap bindings for ctrl/shift insert commands
This commit is contained in:
parent
bde6eae892
commit
9f0fa5121b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue