diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/whichkey.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua index ff884ab..4e23e2e 100644 --- a/lua/config/whichkey.lua +++ b/lua/config/whichkey.lua @@ -96,9 +96,9 @@ 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"}, + ["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" }, + ["v"] = { "<cmd>vsplit<cr>", "Vertical Split" }, + ["h"] = { "<cmd>split<cr>", "Horizontal Split" }, p = { name = "Packer", c = { "<cmd>PackerCompile<cr>", "Compile" }, |