taskwarrior-tui/.config/config.json5
Dheepak Krishnamurthy e84a172880 WIP
2023-09-26 04:06:16 -04:00

11 lines
290 B
Text

{
"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
},
}
}