1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 06:40:25 +01:00

I'll use the cycle more anyway

This commit is contained in:
2026-01-26 14:06:11 +01:00
parent cb0a57be0b
commit 19b4fcbc5f

View File

@@ -8,8 +8,8 @@ return {
["<C-l>"] = "list", ["<C-l>"] = "list",
["<Leader><C-l>"] = "list_cycle", ["<Leader><C-l>"] = "list_cycle",
["<C-n>"] = "olist", ["<C-n>"] = "olist",
["<M-x>"] = "checkbox", ["<M-x>"] = "checkbox_cycle",
["<Leader><M-x>"] = "checkbox_cycle", ["<Leader><M-x>"] = "checkbox",
["<C-h>"] = "heading", ["<C-h>"] = "heading",
["<Leader><C-h>"] = "heading_toggle", ["<Leader><C-h>"] = "heading_toggle",
}, },