Add keymap bindings for ctrl/shift insert commands
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user