634 current 2024-05-14 22:03:39 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 22:03:45 -04:00
parent cb2645a46c
commit 840a3890e2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -30,7 +30,7 @@ end
M.freeze_selection = function() M.freeze_selection = function()
local path = "./._freeze.png" local path = "./._freeze.png"
vim.cmd("normal! gv") vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<Esc>", false, true, true), "nx", false)
-- Retrieve buffer ID for the current buffer -- Retrieve buffer ID for the current buffer
local buf = vim.api.nvim_get_current_buf() local buf = vim.api.nvim_get_current_buf()