mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update documentation
This commit is contained in:
parent
d4a35653f7
commit
b7c5d2f36a
2 changed files with 81 additions and 0 deletions
|
@ -63,6 +63,39 @@ Keybindings for task report:
|
|||
|
||||
?: help - Help menu
|
||||
|
||||
Keybindings for filter / command prompt:
|
||||
|
||||
Ctrl + f | Right: move forward - Move forward one character
|
||||
|
||||
Ctrl + b | Left: move backward - Move backward one character
|
||||
|
||||
Ctrl + h | Backspace: backspace - Delete one character back
|
||||
|
||||
Ctrl + d | Delete: delete - Delete one character forward
|
||||
|
||||
Ctrl + a | Home: home - Go to the beginning of line
|
||||
|
||||
Ctrl + e | End: end - Go to the end of line
|
||||
|
||||
Ctrl + k: delete to end - Delete to the end of line
|
||||
|
||||
Ctrl + u: delete to beginning - Delete to the beginning of line
|
||||
|
||||
Ctrl + w: delete previous word - Delete previous word
|
||||
|
||||
Alt + d: delete next word - Delete next word
|
||||
|
||||
Alt + b: move to previous word - Move to previous word
|
||||
|
||||
Alt + f: move to next word - Move to next word
|
||||
|
||||
Alt + t: transpose words - Transpose words
|
||||
|
||||
Up: scroll history - Go backward in history matching from beginning of line to cursor
|
||||
|
||||
Down: scroll history - Go forward in history matching from beginning of line to cursor
|
||||
|
||||
|
||||
Keybindings for context switcher:
|
||||
|
||||
j: {selected+=1} - Move forward a context
|
||||
|
|
|
@ -126,6 +126,54 @@ Ctrl-y
|
|||
: help - Help menu
|
||||
|
||||
|
||||
Keybindings for filter / command prompt:
|
||||
|
||||
`Ctrl + f | Right`
|
||||
: move forward - Move forward one character
|
||||
|
||||
`Ctrl + b | Left`
|
||||
: move backward - Move backward one character
|
||||
|
||||
`Ctrl + h | Backspace`
|
||||
: backspace - Delete one character back
|
||||
|
||||
`Ctrl + d | Delete`
|
||||
: delete - Delete one character forward
|
||||
|
||||
`Ctrl + a | Home`
|
||||
: home - Go to the beginning of line
|
||||
|
||||
`Ctrl + e | End`
|
||||
: end - Go to the end of line
|
||||
|
||||
`Ctrl + k`
|
||||
: delete to end - Delete to the end of line
|
||||
|
||||
`Ctrl + u`
|
||||
: delete to beginning - Delete to the beginning of line
|
||||
|
||||
`Ctrl + w`
|
||||
: delete previous word - Delete previous word
|
||||
|
||||
`Alt + d`
|
||||
: delete next word - Delete next word
|
||||
|
||||
`Alt + b`
|
||||
: move to previous word - Move to previous word
|
||||
|
||||
`Alt + f`
|
||||
: move to next word - Move to next word
|
||||
|
||||
`Alt + t`
|
||||
: transpose words - Transpose words
|
||||
|
||||
`Up`
|
||||
: scroll history - Go backward in history matching from beginning of line to cursor
|
||||
|
||||
`Down`
|
||||
: scroll history - Go forward in history matching from beginning of line to cursor
|
||||
|
||||
|
||||
Keybindings for context switcher:
|
||||
|
||||
`j`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue