multisn8
multisn8
No worries! See https://neovide.dev/installation.html#mac-source, step 7 and following are only needed if you want an `.app` bundle. Feel free to ask if you hit any build issues, which are probably...
Thank you! I'll keep the issue for searchability open though, at least until the next release.
Thanks for reporting! No, that's not possible yet. But it would be easy to implement, namely an implementing person would need to look at `src/window/mod.rs`, introduce a new function akin...
If by "hooking into" you mean "executing on pressed" on your side, yeah, that's possible with the already mentioned `map` family. Though the functionality just isn't there inside of Neovide...
Thanks for reporting! Probably requires #1478 to be implemented first.
Thanks for reporting! Though it's not quite accurate for me in - Neovim in TUI on alacritty w/ zsh - Neovide either. Both yield `80` for `cols` and `24` for...
Given that the stdout allocated by `:!` isn't a real PTY either, what would you expect to have it yield, actually?
> Window size in terminal size form or whatever, since I want to use a plugin that uses these 2 values Hm, to be honest, this is probably not going...
Thanks for reporting! Though I don't know what patches Debian might have applied to cargo. Is it possible that you've typed the command maybe with one space too much?
Thanks for reporting! Though I think you might be interested into this section in the website: https://neovide.dev/faq.html#neovide-is-not-picking-up-some-shell-configured-information. In effect, you probably have set your `$PATH` in your `.zshrc`, which won't...