mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
17 lines
441 B
Text
17 lines
441 B
Text
{
|
|
"task_report": {
|
|
"looping": false,
|
|
"selection_indicator": "• ",
|
|
},
|
|
"keybindings": {
|
|
// KeyBindings for TaskReport
|
|
"TaskReport": {
|
|
"<q>": "Quit", // Quit the application
|
|
"<j>": "MoveDown", // MoveDown
|
|
"<k>": "MoveUp", // MoveUp
|
|
"<Ctrl-d>": "Quit", // Another way to quit
|
|
"<Ctrl-c>": "Quit", // Yet another way to quit
|
|
"<Ctrl-z>": "Suspend" // Suspend the application
|
|
},
|
|
}
|
|
}
|