mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
11 lines
293 B
Text
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
|
|
},
|
|
}
|
|
}
|