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+x"] = "doc:cut",
|
||||||
["ctrl+c"] = "doc:copy",
|
["ctrl+c"] = "doc:copy",
|
||||||
["ctrl+v"] = "doc:paste",
|
["ctrl+v"] = "doc:paste",
|
||||||
|
["ctrl+insert"] = "doc:copy",
|
||||||
|
["shift+insert"] = "doc:paste",
|
||||||
["escape"] = { "command:escape", "doc:select-none" },
|
["escape"] = { "command:escape", "doc:select-none" },
|
||||||
["tab"] = { "command:complete", "doc:indent" },
|
["tab"] = { "command:complete", "doc:indent" },
|
||||||
["shift+tab"] = "doc:unindent",
|
["shift+tab"] = "doc:unindent",
|
||||||
|
|
Loading…
Reference in New Issue