feat: nvim add another terminal for ai agents

This commit is contained in:
2025-10-19 12:03:57 +02:00
parent cb18e436ca
commit f256ca7fad

View File

@@ -40,6 +40,7 @@ local config = {
{ vim.o.shell, "<M-1>", "Horizontal Terminal", "horizontal", 0.3 },
{ vim.o.shell, "<M-2>", "Vertical Terminal", "vertical", 0.4 },
{ vim.o.shell, "<M-3>", "Float Terminal", "float", nil },
{ vim.o.shell, "<C-a>", "AI Agent Terminal", "float", nil },
},
}