Added in two new VSC-style multicursor shortcuts.

This commit is contained in:
Adam Harrison
2021-09-07 15:03:00 +02:00
committed by Francesco Abbate
parent 68c1cc606f
commit 9d4e944549
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",