From 2aa9fd69b1762d7b231136a737c06bdba724ebf9 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 27 Feb 2025 18:49:08 -0500 Subject: [PATCH] wip: update docs for bold and italic --- docs/navigation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/navigation.md b/docs/navigation.md index 54ba0ea..dff745e 100644 --- a/docs/navigation.md +++ b/docs/navigation.md @@ -29,6 +29,7 @@ will clear the numeric prefix if you want to cancel it. **Modifying the Sheet or Cells** * `e` or `i` will enter CellEdit mode for the current cell. +* 'I' will toggle italic on the cell. 'B' will toggle bold. * `Ctrl-h` will shorten the width of the column you are on. * `Ctrl-l` will lengthen the width of the column you are on.