taskwarrior-tui/.config/config.json5
Dheepak Krishnamurthy 9b7b83607a WIP
2023-09-25 05:41:42 -04:00

11 lines
293 B
Text

{
"keybindings": {
// KeyBindings for TaskReport
"TaskReport": {
"<q><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
},
}
}