[Autopair] Update keybind

This commit is contained in:
2025-09-08 12:48:31 +02:00
parent b4c741d802
commit 30ac9005fc

View File

@@ -5,7 +5,7 @@ return {
config = function()
require("nvim-autopairs").setup({
fast_wrap = {
map = "<leader>wa",
map = "<C-A-w>",
chars = { "{", "[", "(", '"', "'", "`" },
},
})