summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 17:12:01 +0300
committerGitHub <noreply@github.com>2025-06-22 17:12:01 +0300
commit8a74c22d7a0708c79cbba40ccf85f32f568326e6 (patch)
treea7881192a026b8d4b472e5af872db40f8b3b0728 /README.md
parent97ca49e85034cf6b57a6515407f8a73b440755ee (diff)
parent90f2d2efbf374f6ea82a46d2d701a099dbae1c89 (diff)
Merge pull request #83 from snonux/codex/fix-task-modification-bug-and-swap-hotkeys
Fix done marking bug and swap hotkeys
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 05b03ca..bc8c7d6 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,10 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
- `e` or `E`: edit task
- `s`: toggle start/stop
-- `D`: mark task done
+- `d`: mark task done
- `U`: undo last done
-- `d`: set due date
+- `D`: set due date
+- `+`: add task
- `r`: random due date
- `R`: edit recurrence
- `a`: annotate task
@@ -55,3 +56,5 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
- `H`: toggle help
- `q` or `esc`: close search/help or quit (press `q` when nothing is open)
+Example: press `+`, type `Buy milk` and hit Enter to add a new task called "Buy milk".
+