Fix delete done swapping

This commit is contained in:
Dheepak Krishnamurthy 2021-03-03 07:33:42 -07:00
parent 14ec15d371
commit a2d457d842

View file

@ -44,8 +44,8 @@ impl Default for KeyConfig {
up: Key::Char('k'),
page_down: Key::Char('J'),
page_up: Key::Char('K'),
delete: Key::Char('d'),
done: Key::Char('x'),
delete: Key::Char('x'),
done: Key::Char('d'),
start_stop: Key::Char('s'),
undo: Key::Char('u'),
edit: Key::Char('e'),