From b4201dab9ce1f18dbffb3478ce27ffc129c1cf8e Mon Sep 17 00:00:00 2001 From: nimaaskarian Date: Fri, 2 Feb 2024 11:07:45 +0330 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2da76a0..e8ffd81 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ The default mode of the app is TUI mode. Keybinds are vim-like. Here they are: | J | increase todo priority | | K | decrease todo priority | | d | toggle daily | +| W | toggle weekly | +| S | set custom schedule | | D | delete todo | | > | add todo note | | t | add todo dependency |