From 19900f4b247536e72cbaa8e209aa3d2ade87173e Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 3 Nov 2023 13:49:18 -0700 Subject: [PATCH] Commit save file mapping (uncomment) --- mappings.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mappings.lua b/mappings.lua index 8ac5c8f..3a4653a 100644 --- a/mappings.lua +++ b/mappings.lua @@ -5,6 +5,9 @@ -- automatically pick-up stored data by this setting.) return { -- first key is the mode + i = { + [""] = { ":w!", desc = "Save File" }, + }, n = { -- second key is the lefthand side of the map @@ -31,7 +34,7 @@ return { -- this is useful for naming menus ["b"] = { name = "Buffers" }, -- quick save - -- [""] = { ":w!", desc = "Save File" }, -- change description but the same command + [""] = { ":w!", desc = "Save File" }, -- change description but the same command }, t = { -- setting a mapping to false will disable it