Added in two new VSC-style multicursor shortcuts.

This commit is contained in:
Adam Harrison
2021-08-28 13:42:06 -04:00
parent 717f4eb782
commit 58f4963ade
3 changed files with 28 additions and 6 deletions
+1
View File
@@ -170,6 +170,7 @@ keymap.add_direct {
["ctrl+a"] = "doc:select-all",
["ctrl+d"] = { "find-replace:select-next", "doc:select-word" },
["ctrl+l"] = "doc:select-lines",
["ctrl+shift+l"] = { "find-replace:select-all", "doc:select-word" },
["ctrl+/"] = "doc:toggle-line-comments",
["ctrl+up"] = "doc:move-lines-up",
["ctrl+down"] = "doc:move-lines-down",