revert overdeleted binding from #715 (#734)

This commit is contained in:
Steven 2024-01-30 08:49:13 -08:00 committed by GitHub
parent a5d3c353ec
commit 9f0095f150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,6 +155,11 @@ pub fn add_common_navigation_bindings(kb: &mut Keybindings) {
KC::Home,
edit_bind(EC::MoveToLineStart { select: false }),
);
kb.add_binding(
KM::CONTROL,
KC::Char('a'),
edit_bind(EC::MoveToLineStart { select: false }),
);
kb.add_binding(
KM::NONE,
KC::End,