Init zenmode

This commit is contained in:
Hadi
2024-10-10 22:41:39 +02:00
parent 6adc0d7c3c
commit 53703c0db0
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>";