Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
27
slackware/home/vim/.vim/blog/Taskwarrior.md
Normal file
27
slackware/home/vim/.vim/blog/Taskwarrior.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Using vit:
|
||||
- a: add task
|
||||
- A: annotate task
|
||||
- task description project:projectname depends:id#
|
||||
- e: edit task in `$EDITOR`
|
||||
|
||||
# colors:
|
||||
- `include dark-yellow-green.theme`
|
||||
```
|
||||
color.project.unraid=yellow
|
||||
color.project.workflow=green
|
||||
color.project.home=color5 # purple
|
||||
color.project.renovation=blue
|
||||
```
|
||||
- get colors with `task color`
|
||||
|
||||
# handle 'subtasks' through annotations
|
||||
- see annotations using `:long`
|
||||
- get old view back with :list
|
||||
- `vit list` to get just the list at startup after adding annotations
|
||||
|
||||
# rapidly add similar tasks using history
|
||||
- `Add: project:aws depends:37` + new task desc multiple times, etc
|
||||
|
||||
# Taskwarrior quirks
|
||||
- Urgency is usually a function of blockers + priority, you might find that
|
||||
high priority doesn't put a task over one that blocks many others
|
||||
Loading…
Add table
Add a link
Reference in a new issue