Skip to content

Commit fd47f30

Browse files
practicalli: which-key sub-menu for Visual-Multi Cursors (Multiple Cursors)
1 parent 3909419 commit fd47f30

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Added
44
- clojure: parinfer group and toggle key map
5+
- practicalli: which-key sub-menu for Visual-Multi Cursors (Multiple Cursors)
56

67
## Changes
78
- lsp: revert to using mason install of Clojure LSP (Mason Registry updated)

lua/plugins/user-practicalli.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ return {
242242
-- setting a mapping to false will disable it
243243
-- ["<esc>"] = false,
244244

245+
-- whick-key sub-menu for Visual-Multi Cursors (Multiple Cursors)
246+
["gm"] = { name = "Multiple Cursors" },
247+
245248
-- Toggle last open buffer
246249
["<Leader><tab>"] = { "<cmd>b#<cr>", desc = "Last tab" },
247250

0 commit comments

Comments
 (0)