fredizzimo

Results 1393 comments of fredizzimo

At least on Windows version 0.14 now opens two tabs, so re-oprning.

I think this might be related to this bug we reported to Neovim a while ago: * https://github.com/neovim/neovim/issues/27181 Does it work properly if you jump using the keyboard?

I assume that you have tested this in the Neovim terminal app? It sounds strange that this is brokens, since Neovide does not manipulate any screen and cursor positions itself.

I reported a Neovim issue here: https://github.com/neovim/neovim/issues/29135

There's a fix on the way now https://github.com/neovide/neovide/pull/2919, but there might be some troubles geting things merged on the Neovim side.

@polachok, you created the menu implementation here * https://github.com/neovide/neovide/pull/2323 Do you think that's something possible to add? I'm not exactly sure how it would work, but maybe we should try...

We could always send `` to Neovim and then create a default mapping in our `init.lua` script, which is run before the user ones. That way it can be remapped...

We do try to move the window into the screen here, but I'm not sure why it's not working for you https://github.com/neovide/neovide/blob/7d4771d268e88f7c1b39b86dff85595d504fbc3a/src/window/window_wrapper.rs#L490-L512

Actually, I noticed that we don't resize the window, is that the problem?

I can add a few things Here's another case of a similar bug, that I have not fully tracked down https://github.com/neovide/neovide/issues/2516. I don't think that one was fixed by the...