Skip to content

Commit

Permalink
revert overdeleted binding from #715 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
crides authored Jan 30, 2024
1 parent a5d3c35 commit 9f0095f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/edit_mode/keybindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f0095f

Please sign in to comment.