summaryrefslogtreecommitdiff
path: root/lua/config/whichkey.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 22:20:47 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 22:20:47 +0100
commit6274d92e4e073af62fc86412b24bf12465a52ea6 (patch)
treebb0f335c969131c1e7bc740ea116d39b821e478c /lua/config/whichkey.lua
parent7b297d1bf99f5381141acff7e6bdf45bc5ca031e (diff)
Add splits to which key
Diffstat (limited to 'lua/config/whichkey.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" },