Fix keymap
This commit is contained in:
parent
fc8925f4b2
commit
4f6202de81
|
@ -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<")
|
||||||
|
|
Loading…
Reference in a new issue