Fix keymap
This commit is contained in:
parent
fc8925f4b2
commit
4f6202de81
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ set("n", "<leader>et", function()
|
|||
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).
|
||||
set("n", "<M-,>", "<c-w>5<")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue