mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
WIP
This commit is contained in:
parent
732c5b6f84
commit
1ec93c0913
46 changed files with 1233 additions and 7570 deletions
11
.config/config.json5
Normal file
11
.config/config.json5
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"keybindings": {
|
||||
// KeyBindings for TaskReport
|
||||
"TaskReport": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue