This commit is contained in:
voidarclabs
2025-05-14 17:30:46 +01:00
parent 8db21e7163
commit a7b9de2a9d
2 changed files with 14 additions and 1 deletions

View File

@@ -4,5 +4,10 @@ return {
version = "*",
opts = {--[[ things you want to change go here]]
},
config = function()
require("toggleterm").setup({
open_mapping = [[<c-\>]],
})
end,
},
}