home | add vit config to taskwarrior
This commit is contained in:
parent
2187e0f781
commit
4aea0f3da9
1 changed files with 30 additions and 1 deletions
|
|
@ -204,5 +204,34 @@
|
|||
# tags.nixos.description = Working on NixOS
|
||||
# '';
|
||||
#};
|
||||
}
|
||||
home.file."vit-config.ini" = {
|
||||
enable = true;
|
||||
target = ".vit/config.ini";
|
||||
text = ''
|
||||
[taskwarrior]
|
||||
taskrc = ~/.config/task/taskrc
|
||||
|
||||
[vit]
|
||||
default_keybindings = vi
|
||||
theme = default
|
||||
confirmation = True
|
||||
wait = True
|
||||
mouse = True
|
||||
|
||||
[report]
|
||||
default_report = nnext
|
||||
default_filter_only_report = nnext
|
||||
indent_subprojects = True
|
||||
row_striping = True
|
||||
|
||||
[marker]
|
||||
uda.notes.label = (N)
|
||||
enabled = True
|
||||
|
||||
[color]
|
||||
|
||||
[keybinding]
|
||||
o = :!wr onenote {TASK_UUID}<Enter>
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue