625 current 2024-05-14 21:43:09 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 21:43:15 -04:00
parent 1e187a9ef3
commit 0650ec0502
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -20,8 +20,7 @@ end
M.freeze = function() M.freeze = function()
local path = "./._freeze.png" local path = "./._freeze.png"
-- Execute the 'Freeze' command on the selected range require('charm-freeze').start()
vim.cmd("<cmd>Freeze<CR>")
-- Run the shell command 'wl-copy <path>' after 'Freeze' completes -- Run the shell command 'wl-copy <path>' after 'Freeze' completes
vim.fn.system("wl-copy < " .. path) vim.fn.system("wl-copy < " .. path)