Added shortcuts '+', '-' and 'o' for date selection shortcuts, underlining for those and 'e' (#26)

* added shortcuts '+', '-' and 'o' for date selection shortcut
* underlining shortcut key for  those and 'e' (Edit description)
* Moved set due date logic in separate functions
This commit is contained in:
Patrick Euerle
2021-10-07 10:57:55 +02:00
committed by GitHub
parent 0208277ce1
commit eaba2373d3
2 changed files with 29 additions and 17 deletions

View File

@@ -102,11 +102,14 @@ In case writing in a text input (e,g, new project/task, due date), you have to `
| Task Detail | `Esc`/`h` | Go back to Tasks Pane |
| Task Detail | `Space` | Toggle task as done/pending |
| Task Detail | `d` | Set Due date |
| Task Detail | `o` | Set Due date to today |
| Task Detail | `+` | Due date plus 1 |
| Task Detail | `-` | Due date minus 1 |
| Task Detail | `↓`/`↑` | Scroll Up/Down the note editor |
| Task Detail | `e` | Activate note editor for modification |
| Task Detail | `v` | Edit task details in external editor (default `vim`) |
| Task Detail | `r` | Rename Task Title |
| Task Detail | `x` | Export Task to clipboard |
| Task Detail | `x` | Export Task to clipboard |
| Active Note Editor | `Esc` | Deactivate note editor and save content |
**Tips about using shortcuts efficiently:**