Update README.md

This commit is contained in:
Dheepak Krishnamurthy 2020-10-27 03:28:47 -06:00
parent c8feaa15b3
commit 4248c0dad8

View file

@ -71,24 +71,7 @@ See it in action here:
<summary> Click to expand! </summary>
- `/`: `task {string}` - Filter task report
- `a`: `task add {string}` - Add new task
- `d`: `task {selected} done` - Mark task as done
- `e`: `task {selected} edit` - Open selected task in editor
- `j`: `{selected+=1}` - Move down in task report
- `k`: `{selected-=1}` - Move up in task report
- `l`: `task log {string}` - Log new task
- `m`: `task {selected} modify {string}` - Modify selected task
- `q`: `exit` - Quit
- `s`: `task {selected} start/stop` - Toggle start and stop
- `u`: `task undo` - Undo
- `x`: `task delete {selected}` - Delete
- `z`: `toggle task info` - Toggle task info view
- `A`: `task {selected} annotate {string}` - Annotate current task
- `?`: `help` - Help menu
- `!`: `{string}` - Custom shell command
- `]`: `Next view` - Go to next view
- `[`: `Previous view` - Go to previous view
See [KEYBINDINGS.md](./KEYBINDINGS.md) for full list.
![](https://user-images.githubusercontent.com/1813121/88654924-40896880-d08b-11ea-8709-b29cc970da4c.gif)