From 12f47e852d5db80d9ac95690bb9a117ccff2c4e3 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:48:41 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua index 3c7a35f..b8630d8 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua @@ -1139,19 +1139,19 @@ return { "n", "zj", ":lua MiniSplitjoin.toggle()", - { noremap = true, silent = true, desc = "Trim trailing whitespace" } + { noremap = true, silent = true, desc = "Toggle split-join" } ) vim.keymap.set( "n", "J", ":lua MiniSplitjoin.join()", - { noremap = true, silent = true, desc = "Trim trailing whitespace" } + { noremap = true, silent = true, desc = "Join" } ) vim.keymap.set( "n", "", ":lua MiniSplitjoin.split()", - { noremap = true, silent = true, desc = "Trim trailing whitespace" } + { noremap = true, silent = true, desc = "Split" } ) end, }, -- cgit v1.2.3