updating readme

This commit is contained in:
Rasmus Wejlgaard 2025-11-10 21:45:59 +00:00
parent 343a806bf4
commit e22b760dba

View file

@ -105,6 +105,7 @@ Feel free to fork and create a pull request if there's any features missing for
| `c` | Capture new TODO | | `c` | Capture new TODO |
| `s` | Add sub-task | | `s` | Add sub-task |
| `D` | Delete item (with confirmation) | | `D` | Delete item (with confirmation) |
| `R` | Rename item |
| `#` | Add/edit tags | | `#` | Add/edit tags |
| `a` | Toggle agenda view | | `a` | Toggle agenda view |
| `i` | Clock in | | `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 | | `e` | Set effort |
| `r` | Toggle reorder mode | | `r` | Toggle reorder mode |
| `shift+↑/↓` | Move item up/down | | `shift+↑/↓` | Move item up/down |
| `sift+←/→` | Promote/demote item |
| `,` | Open settings | | `,` | Open settings |
| `ctrl+s` | Save | | `ctrl+s` | Force save |
| `?` | Toggle help | | `?` | Toggle help |
| `q` or `ctrl+c` | Quit | | `q` or `ctrl+c` | Quit |