added zen mode
This commit is contained in:
parent
edb6c4c795
commit
3f97043f85
2 changed files with 13 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
|
@ -175,5 +175,8 @@
|
|||
todo-comments = {
|
||||
enable = true;
|
||||
};
|
||||
zen-mode = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue