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
Not entirely sure how this would work and what the implications of it are when ran inside things such as VSCode's terminal or what, but on macOS cmd+k in the terminal clears the terminal as if you typed clear manually. I use this extensively to a point that it's my muscle memory to hit it when I'm inside a solo tab such as logs.
While solo redraws the UI every tick, it's not a gigantic issue because if I clear out the screen like that and solo "disappears" I just hit one of the other usual hotkeys such as left or right to cause the screen the redraw. But it would be nice to intercept cmd+k and map it to the clear command inside solo.
The text was updated successfully, but these errors were encountered:
Not entirely sure how this would work and what the implications of it are when ran inside things such as VSCode's terminal or what, but on macOS
cmd+k
in the terminal clears the terminal as if you typedclear
manually. I use this extensively to a point that it's my muscle memory to hit it when I'm inside a solo tab such as logs.While solo redraws the UI every tick, it's not a gigantic issue because if I clear out the screen like that and solo "disappears" I just hit one of the other usual hotkeys such as left or right to cause the screen the redraw. But it would be nice to intercept
cmd+k
and map it to the clear command inside solo.The text was updated successfully, but these errors were encountered: