I am migrating from bash to zsh and as part of that I am transitioning over my dotfiles. Is there an equivalent to "checkwinsize" in zsh? I couldn't find one after searching, the relevant code in my .bashrc is
shopt -s checkwinsize
I tried
setopt -s checkwinsize
to no avail. It might be the case that this option isn't needed in zsh (my understanding is that this fixes some sort of bash bug with resizing the windows after exiting an editor).
Zsh doesn't have that option - at least, there's no mention of it in the Z Shell Manual (Chapter 16:Options).
If you see issues with your terminal after resizing the window I guess reset
is always an option!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With