add terminal

This commit is contained in:
2025-05-16 23:37:35 +02:00
parent 794ba57097
commit e51df8c732
3 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,3 @@
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>pv", vim.cmd.NvimTreeToggle)
vim.keymap.set("t", "<C-w>h", "<C-\\><C-n>", { silent = true })