numToStr / Navigator.nvim

:sparkles: Smoothly navigate between neovim and terminal multiplexer(s) :sparkles:
MIT License
391 stars 21 forks source link

fix(utils): redirect stderr so it doesn't leak #31

Open cultab opened 7 months ago

cultab commented 7 months ago

Due to https://github.com/neovim/neovim/issues/21376 you get the following read failed 11: Resource temporarily unavailable:

image

whenever you switch wezterm panes. In the example I spammed left-right, but in practice it appears once and only sometimes.

This works around the issue by redirecting stderr to stdout.