Add terminal settings
This commit is contained in:
parent
18b4f4429f
commit
23bad15ab1
2 changed files with 31 additions and 0 deletions
|
@ -107,3 +107,9 @@ set("n", "<leader>et", function()
|
|||
end)
|
||||
|
||||
set("n", "<leader>ec", ":edit composer.json")
|
||||
|
||||
-- These mappings control the size of splits (height/width).
|
||||
set("n", "<M-,>", "<c-w>5<")
|
||||
set("n", "<M-.>", "<c-w>5>")
|
||||
set("n", "<M-t>", "<C-W>+")
|
||||
set("n", "<M-s>", "<C-W>-")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue