Fixed mapping

This commit is contained in:
Kasper Juul Hermansen 2022-10-10 21:52:06 +02:00
parent 566bca252c
commit 5e86242fd3
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -93,10 +93,8 @@ vim.cmd([[
local leader = {
["w"] = {
name = "+windows",
["w"] = { "<C-W>p", "other-window" },
["o"] = { "<C-W>p", "other-window" },
["d"] = { "<C-W>c", "delete-window" },
["-"] = { "<C-W>s", "split-window-below" },
["|"] = { "<C-W>v", "split-window-right" },
["2"] = { "<C-W>v", "layout-double-columns" },
["h"] = { "<C-W>h", "window-left" },
["j"] = { "<C-W>j", "window-below" },