diff --git a/lua/plugins/checkbox-cycle.lua b/lua/plugins/checkbox-cycle.lua index 0627d02..e3dcb4a 100644 --- a/lua/plugins/checkbox-cycle.lua +++ b/lua/plugins/checkbox-cycle.lua @@ -6,18 +6,32 @@ return { }, keys = { { - "", + "cn", ":CheckboxCycleNext", desc = "Cycle to next checkbox", ft = { "markdown" }, mode = { "n", "v" }, }, { - "", - ":CheckboxCyclePrevious", + "cp", + ":CheckboxCyclePrev", desc = "Cycle to previous checkbox", ft = { "markdown" }, mode = { "n", "v" }, }, + -- { + -- "", + -- ":CheckboxCycleNext", + -- desc = "Cycle to next checkbox", + -- ft = { "markdown" }, + -- mode = { "n", "v" }, + -- }, + -- { + -- "", + -- ":CheckboxCyclePrevious", + -- desc = "Cycle to previous checkbox", + -- ft = { "markdown" }, + -- mode = { "n", "v" }, + -- }, }, }