mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
update top/bottom keys to g/G
This commit is contained in:
parent
be376376c9
commit
4e215b8900
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ impl Default for KeyConfig {
|
|||
Self {
|
||||
quit: Key::Char('q'),
|
||||
refresh: Key::Char('r'),
|
||||
go_to_bottom: Key::End,
|
||||
go_to_top: Key::Home,
|
||||
go_to_bottom: Key::Char('G'),
|
||||
go_to_top: Key::Char('g'),
|
||||
down: Key::Char('j'),
|
||||
up: Key::Char('k'),
|
||||
page_down: Key::Char('J'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue