You can use the --register-format option to set this if you use a narrow
width terminal. Enter one of those options in your ~/.ledgerrc file:
Output entries on separate lines:
--register-format %(date) %(payee)\n \t%-.38(account) %22.108(amount)
%22.132(total)\n
All on one line, truncated Payee width:
--register-format %(date) %-.35(payee) \t%-.38(account)
%10.100(amount) %15.100(total)\n
Jostein