Skip to content

Commit

Permalink
[disp] multiline_focus True by default #2205
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Oct 12, 2024
1 parent d68aca0 commit 90f7eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
vd.option('disp_wrap_break_long_words', False, 'break words longer than column width in multiline')
vd.option('disp_wrap_replace_whitespace', False, 'replace whitespace with spaces in multiline')
vd.option('disp_wrap_placeholder', '…', 'multiline string to indicate truncation')
vd.option('disp_multiline_focus', False, 'only expand cursor row for multiline view')
vd.option('disp_multiline_focus', True, 'only multiline cursor row')
vd.option('color_aggregator', 'bold 255 white on 234 black', 'color of aggregator summary on bottom row')


Expand Down

0 comments on commit 90f7eee

Please sign in to comment.