Files
AstroConfig/lua/plugins/15-mappings.lua
2023-12-09 23:30:29 +01:00

17 lines
449 B
Lua

-- return {
-- "AstroNvim/astrocore",
-- ---@type AstroCoreOpts
-- opts = {
-- mappings = {
-- t = {
-- ["<Esc>"] = [[<C-\><C-n>]],
-- ["<A-h>"] = [[<C-\><C-N><C-w>h]],
-- ["<A-j>"] = [[<C-\><C-N><C-w>j]],
-- ["<A-k>"] = [[<C-\><C-N><C-w>k]],
-- ["<A-l>"] = [[<C-\><C-N><C-w>l]],
-- },
-- },
-- },
-- }
return {}