summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-14 16:48:41 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-14 16:48:41 +0900
commit12f47e852d5db80d9ac95690bb9a117ccff2c4e3 (patch)
tree78ea006dd5647c7d6fbf5d9aaf8d52a13617c229 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
parent1d778c5dd0f161c0150e064d8e6fcddd47a9dbbe (diff)
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua6
1 files changed, 3 insertions, 3 deletions
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",
"<leader>zj",
":lua MiniSplitjoin.toggle()<cr>",
- { noremap = true, silent = true, desc = "Trim trailing whitespace" }
+ { noremap = true, silent = true, desc = "Toggle split-join" }
)
vim.keymap.set(
"n",
"<leader>J",
":lua MiniSplitjoin.join()<cr>",
- { noremap = true, silent = true, desc = "Trim trailing whitespace" }
+ { noremap = true, silent = true, desc = "Join" }
)
vim.keymap.set(
"n",
"<leader><cr>",
":lua MiniSplitjoin.split()<cr>",
- { noremap = true, silent = true, desc = "Trim trailing whitespace" }
+ { noremap = true, silent = true, desc = "Split" }
)
end,
},