vim-maximizer
vim-maximizer copied to clipboard
Do not try to enter normal mode when in terminal mode
This prevents an error message when maximizing terminals
Any chance of this getting merged? @lrustand have you found an alternative workaround?
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)