From 3c1a418702982cbe8e28b23e68d61eccc3b63f6c Mon Sep 17 00:00:00 2001 From: Niverton Date: Sun, 28 Jan 2024 11:36:13 +0100 Subject: [PATCH] Terminal mappings --- lua/plugins/15-mappings.lua | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/lua/plugins/15-mappings.lua b/lua/plugins/15-mappings.lua index 9b7c30b..f3279de 100644 --- a/lua/plugins/15-mappings.lua +++ b/lua/plugins/15-mappings.lua @@ -1,16 +1,15 @@ --- return { --- "AstroNvim/astrocore", --- ---@type AstroCoreOpts --- opts = { --- mappings = { --- t = { --- [""] = [[]], --- [""] = [[h]], --- [""] = [[j]], --- [""] = [[k]], --- [""] = [[l]], --- }, --- }, --- }, --- } -return {} +return { + "AstroNvim/astrocore", + ---@type AstroCoreOpts + opts = { + mappings = { + t = { + [""] = [[]], + [""] = [[h]], + [""] = [[j]], + [""] = [[k]], + [""] = [[l]], + }, + }, + }, +}