Former-commit-id: 87ee1c7738
This commit is contained in:
Hadi
2024-07-09 14:00:14 +02:00
parent af3b9fcd6e
commit 0e6f7110e4
3 changed files with 8 additions and 1 deletions

View File

@@ -15,5 +15,10 @@
action = "<cmd>set linebreak!<cr>";
options.desc = "Toggle linebreak";
}
{
key = "<leader>z";
action = "<cmd>ZenMode<cr>";
options.desc = "ZenMode";
}
];
}