From 7de6f819ef09a332c078e621329cf8e4cfcd6963 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 21 Jan 2024 22:10:14 +0100 Subject: [PATCH] split and join remap --- lua/custom/mappings.lua | 4 ++-- lua/custom/plugins.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 8df6cb5..f160224 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -388,8 +388,8 @@ M.edit = { ["s"] = { "s", "replace with insert mode" }, -- split and join lines - [""] = { "join", "join lines" }, - [""] = { "il", "split line" }, + [""] = { "join", "join lines" }, + [""] = { "il", "split line" }, -- do something useful with the arrows [""] = { " move-2", "Move line up" }, diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 3a43484..a8ee7c6 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -627,8 +627,8 @@ local plugins = { lazy = false, cmd = { "TSJJoin", "TSJSplit" }, keys = { - { "", "TSJJoin" }, - { "", "TSJSplit" }, + { "", "TSJJoin" }, + { "", "TSJSplit" }, }, }, {