Add terminal settings

This commit is contained in:
Oliver Davies 2024-11-16 20:37:27 +00:00
parent 18b4f4429f
commit 23bad15ab1
2 changed files with 31 additions and 0 deletions

View file

@ -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>-")