Init zenmode

Former-commit-id: 53703c0db0
This commit is contained in:
Hadi
2024-10-10 22:41:39 +02:00
parent 42bb93093c
commit fce3056d8f
5 changed files with 54 additions and 1 deletions

View File

@@ -107,6 +107,11 @@
}
# UI
{
key = "<leader>uz";
action = "<cmd>ZenMode<cr>";
options.desc = "Toggle ZenMode";
}
{
key = "<leader>uw";
action = "<cmd>set wrap!<cr>";