Skip to content

Commit

Permalink
Removed double entry of extend_line
Browse files Browse the repository at this point in the history
  • Loading branch information
Cor authored and archseer committed Jul 15, 2021
1 parent 0b1ed86 commit e2bcef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-term/src/keymap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ impl Default for Keymaps {
alt!(';') => Command::flip_selections,
key!('%') => Command::select_all,
key!('x') => Command::extend_line,
key!('x') => Command::extend_line,
key!('X') => Command::extend_to_line_bounds,
// crop_to_whole_line

Expand Down

0 comments on commit e2bcef7

Please sign in to comment.