diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:21:09 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:21:09 +0100 |
commit | 5e75d040cc3a4fac737e99ddd61d3912533a146e (patch) | |
tree | ae00ca4f0db3fe9e5b9e8eff4c68bdb88a8c729f /lua/config | |
parent | 6274d92e4e073af62fc86412b24bf12465a52ea6 (diff) |
Remove empty line
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/whichkey.lua | 1 |
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"}, |