feat: add stop sequence (#1652)

This commit is contained in:
Omar Crespo
2025-03-21 06:34:33 -05:00
committed by GitHub
parent d1fa11ec41
commit bae5275705
9 changed files with 129 additions and 10 deletions

View File

@@ -253,6 +253,11 @@ end
function M:unbind_window_focus_keymaps() vim.keymap.del({ "n", "i" }, "<C-w>f") end
function M:cancel()
self.callback(false)
return self:close()
end
function M:close()
self:unbind_window_focus_keymaps()
if self._group then