mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
Update KEYBINDINGS.md
This commit is contained in:
parent
5d1c5e6bb6
commit
37dcd4156e
1 changed files with 15 additions and 11 deletions
|
@ -1,4 +1,7 @@
|
||||||
Keybindings:
|
|
||||||
|
Keybindings for task report:
|
||||||
|
|
||||||
|
?: help - Help menu
|
||||||
|
|
||||||
/: task {string} - Filter task report
|
/: task {string} - Filter task report
|
||||||
|
|
||||||
|
@ -12,18 +15,10 @@ Keybindings:
|
||||||
|
|
||||||
k: {selected-=1} - Move up in task report
|
k: {selected-=1} - Move up in task report
|
||||||
|
|
||||||
j: {selected+=1} - Move forward a year in calendar
|
|
||||||
|
|
||||||
k: {selected-=1} - Move back a year in calendar
|
|
||||||
|
|
||||||
J: {selected+=pageheight} - Move page down in task report
|
J: {selected+=pageheight} - Move page down in task report
|
||||||
|
|
||||||
K: {selected-=pageheight} - Move page up in task report
|
K: {selected-=pageheight} - Move page up in task report
|
||||||
|
|
||||||
J: {selected+=1} - Move forward a year in calendar
|
|
||||||
|
|
||||||
K: {selected-=1} - Move back a year in calendar
|
|
||||||
|
|
||||||
l: task log {string} - Log new task
|
l: task log {string} - Log new task
|
||||||
|
|
||||||
m: task {selected} modify {string} - Modify selected task
|
m: task {selected} modify {string} - Modify selected task
|
||||||
|
@ -40,10 +35,19 @@ Keybindings:
|
||||||
|
|
||||||
A: task {selected} annotate {string} - Annotate current task
|
A: task {selected} annotate {string} - Annotate current task
|
||||||
|
|
||||||
?: help - Help menu
|
|
||||||
|
|
||||||
!: {string} - Custom shell command
|
!: {string} - Custom shell command
|
||||||
|
|
||||||
]: Next view - Go to next view
|
]: Next view - Go to next view
|
||||||
|
|
||||||
[: Previous view - Go to previous view
|
[: Previous view - Go to previous view
|
||||||
|
|
||||||
|
|
||||||
|
Keybindings for calendar:
|
||||||
|
|
||||||
|
j: {selected+=1} - Move forward a year in calendar
|
||||||
|
|
||||||
|
k: {selected-=1} - Move back a year in calendar
|
||||||
|
|
||||||
|
J: {selected+=10} - Move forward a decade in calendar
|
||||||
|
|
||||||
|
K: {selected-=10} - Move back a decade in calendar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue