dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

Home Page:http://mycli.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I force a horizontal query result display? (Opposite of \G)

martin-greentrax opened this issue · comments

First of all I love mycli, thank you for your work!

mycli automatically switches to the vertical display of results when result columns are too long to fit the page (I guess).
I would still usually prefer a horizontal list even if it means I need to scroll left/right.

Is that possible with mycli currently? It has \G but I cannot find an option doing the opposite.

Hi!

Do you have

auto_vertical_output = False

set in ~/.myclirc ?

aah, yes!
Thank you, I did not realize I had the default values there