Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

docs: add keybinds #128

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
moving task
t-h2o committed Sep 21, 2023
commit 2e1738b85a7020ae0ae901856adada36ef9c76e4
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -111,6 +111,15 @@ If none of the above options work you can build taskell using [Stack](https://do
| `e` | edit the subtask name |


#### moving task

| key | effect |
| - | - |
| `H` | move left |
| `J` | move down |
| `K` | move up |
| `L` | move right |

#### Tips

- If you're using a simple two-column "To Do" and "Done" then use the space bar to mark an item as complete while staying in the "To Do" list. If you're using a more complicated column setup then you will want to use `H`/`L` to move tasks between columns.