feat: Change quick tag default key to 't'

This commit is contained in:
Dheepak Krishnamurthy 2021-10-29 12:49:43 -06:00
parent b35de37c26
commit 3bf1207cb3
3 changed files with 3 additions and 3 deletions

View file

@ -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'),