diff options
Diffstat (limited to 'lua/config/whichkey.lua')
-rw-r--r-- | lua/config/whichkey.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua index f193962..0c722c9 100644 --- a/lua/config/whichkey.lua +++ b/lua/config/whichkey.lua @@ -97,6 +97,7 @@ local mappings = { ["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" }, ["P"] = { "<cmd>Telescope projects<cr>", "Projects" }, + ["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" }, p = { name = "Packer", c = { "<cmd>PackerCompile<cr>", "Compile" }, |