618 current 2024-05-14 21:11:24 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 21:11:29 -04:00
parent 03bfa95651
commit e392811823
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 7 additions and 0 deletions

View file

@ -260,6 +260,9 @@ return {
[l("P")] = { '"+P', fmt("Clipboard", "Paste from clipboard") }, [l("P")] = { '"+P', fmt("Clipboard", "Paste from clipboard") },
[l(";")] = { f.comment_selection, fmt("Comment", "Comment selection") }, [l(";")] = { f.comment_selection, fmt("Comment", "Comment selection") },
-- Freeze
[l("sc")] = { cmd("Freeze"), "Take code screenshot" },
-- gitsigns -- gitsigns
[l("gr")] = { cmd("Gitsigns reset_hunk"), fmt("Restore", "Revert hunk") }, [l("gr")] = { cmd("Gitsigns reset_hunk"), fmt("Restore", "Revert hunk") },

View file

@ -6,6 +6,10 @@ return {
output = function() output = function()
return "./" .. os.date("%Y-%m-%d") .. "_freeze.png" return "./" .. os.date("%Y-%m-%d") .. "_freeze.png"
end, end,
line_numbers = true,
font = {
family = "Iosevka",
},
theme = "catppuccin-mocha", theme = "catppuccin-mocha",
}) })
end, end,