diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:20:34 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:20:34 +0100 |
commit | 7b297d1bf99f5381141acff7e6bdf45bc5ca031e (patch) | |
tree | 0351aaa0bd1a617bb435016224b92e300b321687 /lua/config | |
parent | d2a6fd40903289752e3d946c3fca14c46142fa69 (diff) |
Add zen mode key mapping
Diffstat (limited to 'lua/config')
-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" }, |