added zen mode

This commit is contained in:
chloe 2025-07-09 10:30:15 +02:00
parent edb6c4c795
commit 3f97043f85
2 changed files with 13 additions and 0 deletions

View file

@ -144,6 +144,16 @@
desc = "Vertical Split";
};
}
# zen mode
{
mode = "n";
action = "<cmd>ZenMode<cr>";
key = "<Leader>uz";
options = {
desc = "Go Zen Mode!";
};
}
];
plugins.fzf-lua.keymaps = {

View file

@ -175,5 +175,8 @@
todo-comments = {
enable = true;
};
zen-mode = {
enable = true;
};
};
}