feat: Some other changes in my config

This commit is contained in:
2026-03-26 11:40:39 +01:00
parent d7eed6aba2
commit bfacdb2b27
5 changed files with 120 additions and 13 deletions

View File

@@ -4,6 +4,11 @@ require "nvchad.mappings"
local map = vim.keymap.set
vim.g.copilot_no_tab_map = true
vim.keymap.set("i", "<C-d>", function()
vim.fn.feedkeys(vim.fn["copilot#Accept"](), "")
end, { expr = true })
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")