summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/config/whichkey.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index 0c722c9..fd1da74 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -98,6 +98,8 @@ local mappings = {
["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" },
+ ["v"] = { "vsplit", "Vertical Split"},
+ ["h"] = { "split", "Horizontal Split"},
p = {
name = "Packer",
c = { "<cmd>PackerCompile<cr>", "Compile" },