You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When embedding a file the only way to only show a part of the file is to use focus and manually specific a height.
While this works perfectly fine, it is quite brittle as changes to the focused area requires re-adjustments of the height, and it's also a bit tedious.
It would be nice if there'd be a way for CH to auto-determine the height to show everything in focus, or a sort-of heightPerLine setting that could be set in the configuration.