feat: Some other changes in my config
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user