summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
commit58b470132119f01883ef68411adf62f65d91a0e9 (patch)
tree307fbb954892feeea35e6fe343032e59893df714 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua
parent7abaacdd7b7ebadaa6833c200eead4e84cb236d8 (diff)
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua
index ed63558..f5bd3fa 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua
@@ -111,27 +111,27 @@ return {
},
keys = {
{
- mode = "v",
"<leader>sc",
function()
require("nvim-silicon").clip()
end,
+ mode = "v",
desc = "Copy code screenshot to clipboard",
},
{
- mode = "v",
"<leader>sf",
function()
require("nvim-silicon").file()
end,
+ mode = "v",
desc = "Save code screenshot as file",
},
{
- mode = "v",
"<leader>ss",
function()
require("nvim-silicon").shoot()
end,
+ mode = "v",
desc = "Create code screenshot",
},
},