Fix keymap

This commit is contained in:
Oliver Davies 2024-12-09 16:27:07 +00:00
parent fc8925f4b2
commit 4f6202de81

View file

@ -106,7 +106,7 @@ set("n", "<leader>et", function()
end end
end) end)
set("n", "<leader>ec", ":edit composer.json") set("n", "<leader>ec", ":edit composer.json<CR>")
-- These mappings control the size of splits (height/width). -- These mappings control the size of splits (height/width).
set("n", "<M-,>", "<c-w>5<") set("n", "<M-,>", "<c-w>5<")