Merge pull request #130 from kdheepak/fix-delete-done

Fix delete done swapping
This commit is contained in:
Dheepak Krishnamurthy 2021-03-03 07:35:37 -07:00 committed by GitHub
commit ae29861c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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