Just a neat feature I found out of necessity lately.

SSH X-forwarding can be pretty damn slow sometimes. If you’re finding that the window re-draws are taking long, try adding the -C flag to your connection command, like ssh -YC <host>. Compression should significantly improve the performance of your window redraws if those windows are fully rendered like Chrome.