mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-10 10:35:16 +03:00
Removed double entry of extend_line
This commit is contained in:
parent
0b1ed8656d
commit
e2bcef718a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user