1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 13:30:26 +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",
["<Leader><C-l>"] = "list_cycle",
["<C-n>"] = "olist",
["<M-x>"] = "checkbox",
["<Leader><M-x>"] = "checkbox_cycle",
["<M-x>"] = "checkbox_cycle",
["<Leader><M-x>"] = "checkbox",
["<C-h>"] = "heading",
["<Leader><C-h>"] = "heading_toggle",
},