add toggle-block-comment

This commit is contained in:
takase1121
2021-12-25 12:57:00 +08:00
parent 4be8a8b582
commit 4d31b1bc40
9 changed files with 71 additions and 15 deletions
+1
View File
@@ -215,6 +215,7 @@ keymap.add_direct {
["ctrl+l"] = "doc:select-lines",
["ctrl+shift+l"] = { "find-replace:select-add-all", "doc:select-word" },
["ctrl+/"] = "doc:toggle-line-comments",
["ctrl+shift+/"] = "doc:toggle-block-comments",
["ctrl+up"] = "doc:move-lines-up",
["ctrl+down"] = "doc:move-lines-down",
["ctrl+shift+d"] = "doc:duplicate-lines",