625 current 2024-05-14 21:43:09 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
1e187a9ef3
commit
0650ec0502
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue