mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
feat: Change quick tag default key to 't' ✨
This commit is contained in:
parent
b35de37c26
commit
3bf1207cb3
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ impl Default for KeyConfig {
|
|||
delete: Key::Char('x'),
|
||||
done: Key::Char('d'),
|
||||
start_stop: Key::Char('s'),
|
||||
quick_tag: Key::Char('n'),
|
||||
quick_tag: Key::Char('t'),
|
||||
select: Key::Char('v'),
|
||||
select_all: Key::Char('V'),
|
||||
undo: Key::Char('u'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue