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
@@ -66,6 +66,7 @@ local function keymap_macos(keymap)
["cmd+a"] = "doc:select-all",
["cmd+d"] = { "find-replace:select-next", "doc:select-word" },
["cmd+l"] = "doc:select-lines",
["cmd+shift+l"] = { "find-replace:select-all", "doc:select-word" },
["cmd+/"] = "doc:toggle-line-comments",
["cmd+up"] = "doc:move-lines-up",
["cmd+down"] = "doc:move-lines-down",