summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/silicon.lua
diff options
context:
space:
mode:
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",
},
},