From 1d89b68da4513d7db39ed9dca6ca8ea9954f133e Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Fri, 26 Jun 2026 09:08:59 -0700 Subject: [PATCH] tui has 9 tabs --- docs/reference/tui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/tui.md b/docs/reference/tui.md index 0251859..8b5e7ba 100644 --- a/docs/reference/tui.md +++ b/docs/reference/tui.md @@ -55,7 +55,7 @@ current bindings). The global defaults: | `R` | Reload the portfolio from disk | | `l` / `right` / `tab` | Next tab | | `h` / `left` / `shift+tab` | Previous tab | -| `1`-`8` | Jump to a tab by number | +| `1`-`9` | Jump to a tab by number | | `j` / `down`, `k` / `up` | Move the selection | | `g` / `G` | Jump to top / bottom | | `Ctrl-d` / `Ctrl-u` | Half-page down / up |