summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/config/whichkey.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index fd1da74..ff884ab 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -96,7 +96,6 @@ local mappings = {
},
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
-
["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" },
["v"] = { "vsplit", "Vertical Split"},
["h"] = { "split", "Horizontal Split"},