We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138910 commit b7c29dfCopy full SHA for b7c29df
lua/plugins/mini.lua
@@ -40,10 +40,19 @@ return {
40
41
{
42
"echasnovski/mini.splitjoin",
43
- event = "LazyFile",
+ keys = {
44
+ {
45
+ "<leader>cj",
46
+ function()
47
+ require("mini.splitjoin").toggle()
48
+ end,
49
+ desc = "Split/Join Code",
50
+ },
51
52
opts = {
53
+ -- prevent conflict with mini.operators `gs`
54
mappings = {
- toggle = "gJ", -- prevent conflict with mini.operators `gs`
55
+ toggle = "<leader>cj",
56
},
57
58
0 commit comments