From ad0e6da639f62f7456d76bdfe2f97583a119214e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm <gustaf.rydholm@gmail.com> Date: Thu, 13 Jan 2022 22:35:48 +0100 Subject: Fix split keys in whichkey --- lua/config/whichkey.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') 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" }, -- cgit v1.2.3-70-g09d2