How to resize Command Log view? #4598
-
The Is there any way to resize the toggled command log view, perhaps in configuration file, similarly to how the It would be helpful to have larger log when using with pre-commit hooks which tend to dump longish outputs, so this view could be (vertically) larger: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
No, there's no way to do that currently. I wonder what's wrong with temporarily focusing the log when you get this kind of output (you can easily do that by simply clicking in the log view), and then pressing esc when you're done? To me this feels like a better workflow than permanently enlarging the log, where it would take away space from the diff view. |
Beta Was this translation helpful? Give feedback.
-
Is the command log size property what you are looking for @mloskot ? Default is 8 in config file. gui:
# Height of the command log view
commandLogSize: 8 |
Beta Was this translation helpful? Give feedback.
Is the command log size property what you are looking for @mloskot ? Default is 8 in config file.