This commit is contained in:
Dheepak Krishnamurthy 2023-09-25 04:19:48 -04:00
parent 732c5b6f84
commit 1ec93c0913
46 changed files with 1233 additions and 7570 deletions

11
.config/config.json5 Normal file
View 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
},
}
}