summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 22:20:34 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 22:20:34 +0100
commit7b297d1bf99f5381141acff7e6bdf45bc5ca031e (patch)
tree0351aaa0bd1a617bb435016224b92e300b321687
parentd2a6fd40903289752e3d946c3fca14c46142fa69 (diff)
Add zen mode key mapping
-rw-r--r--lua/config/whichkey.lua1
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" },