Skip to content

Conversation

@lrustand
Copy link

No description provided.

@lrustand
Copy link
Author

This prevents an error message when maximizing terminals

@dmmulroy
Copy link

Any chance of this getting merged? @lrustand have you found an alternative workaround?

@dmmulroy
Copy link

dmmulroy commented Dec 12, 2022

If anyone else stumbles upon this, this is how I got around the error:

vim.keymap.set("t", "<leader>m", function()
	pcall(vim.cmd.MaximizerToggle)
end)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants