mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 15:47:19 +02:00
Add task details scroll
This commit is contained in:
parent
d8be829dea
commit
4682fe76b0
4 changed files with 36 additions and 9 deletions
|
@ -45,6 +45,10 @@ Keybindings for task report:
|
|||
|
||||
A: task {selected} annotate {string} - Annotate current task
|
||||
|
||||
Ctrl-e: scroll down task details - Scroll task details view down one line
|
||||
|
||||
Ctrl-y: scroll up task details - Scroll task details view up one line
|
||||
|
||||
!: {string} - Custom shell command
|
||||
|
||||
1-9: {string} - Run user defined shortcuts
|
||||
|
@ -53,7 +57,6 @@ Keybindings for task report:
|
|||
|
||||
?: help - Help menu
|
||||
|
||||
|
||||
Keybindings for context switcher:
|
||||
|
||||
j: {selected+=1} - Move forward a context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue