taskwarrior-tui/.config/config.json5
Dheepak Krishnamurthy ff6c0e60b9 WIP
2023-09-27 00:13:42 -04:00

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