Skip to content

Reading truncated text in cells #1938

Answered by ajkerrigan
paskn asked this question in Q&A
Jun 27, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

There are a few different ways to expand truncated text. Some common ones:

  • resize-col-max (_): Expand the column to fit the text (up to the width of your terminal). Useful for some cases.
  • visibility-sheet (v): Let each row of data take up multiple display rows, so long text can wrap.
  • open-cell (zEnter): Open a new sheet with the contents of a cell.

This shows the effects of those commands on the benchmark.csv sample data with default column widths:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@saulpw
Comment options

@paskn
Comment options

Answer selected by paskn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants