From e22b760dba06590fe18a743d2539255373117183 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Mon, 10 Nov 2025 21:45:59 +0000 Subject: [PATCH] updating readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f754bc..a58f0bb 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Feel free to fork and create a pull request if there's any features missing for | `c` | Capture new TODO | | `s` | Add sub-task | | `D` | Delete item (with confirmation) | +| `R` | Rename item | | `#` | Add/edit tags | | `a` | Toggle agenda view | | `i` | Clock in | @@ -114,8 +115,9 @@ Feel free to fork and create a pull request if there's any features missing for | `e` | Set effort | | `r` | Toggle reorder mode | | `shift+↑/↓` | Move item up/down | +| `sift+←/→` | Promote/demote item | | `,` | Open settings | -| `ctrl+s` | Save | +| `ctrl+s` | Force save | | `?` | Toggle help | | `q` or `ctrl+c` | Quit |