mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
WIP
This commit is contained in:
parent
84589c3ab3
commit
ff6c0e60b9
6 changed files with 220 additions and 94 deletions
|
@ -1,8 +1,14 @@
|
|||
{
|
||||
"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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue