mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 12:17:19 +02:00
11 lines
290 B
Text
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
|
|
},
|
|
}
|
|
}
|