fredizzimo

Results 1393 comments of fredizzimo

Ok, thanks for the information, I will report a bug to Winit with this information. But from my experience, it can take a long time for bugs like these, especially...

Maybe the trick is to not add the menu, and deal with the shortcut manually?

I think the issue is that it's hard to find developers on macOS. We have the same issue with Neovide features as well. Anyway, I think you can fix the...

I think both windows and Linux have a fair share of developers, mabye a bit more on Linux due to how specialized Neovide is. And the mapping should be map...

@9mm , we do have this * https://github.com/neovide/neovide/pull/1971 Which would let you map `:suspend`. Is minimize the correct thing to do on macOS, or should it be hide there?

Customization might be possible: https://github.com/rust-windowing/winit/pull/1583#issuecomment-786424072 > I think this PR should be merged as-is. Allowing for custom menus can be done later but this is something that is needed now....

`CTRL-Z` is used on Linux to suspend a process, usually in the terminal. That returns the control back to the terminal. So many people using Vim has traditionally used to...

@9mm, perhaps we should try the custom menu approach using https://github.com/madsmtm/menubar?

I'm using Neovide in Windows and WSL all the time, and don't see the problem, so it's hard to tell what's wrong. One possibility is the clipboard hang, described here...

@Parsifa1, can you confirm that it's clipboard related by not setting `vim.opt.clipboard = "unnamedplus"` at all? If that works, then we can close this one and track everything under the...