Removed double entry of extend_line
This commit is contained in:
parent
0b1ed8656d
commit
e2bcef718a
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ impl Default for Keymaps {
|
||||||
alt!(';') => Command::flip_selections,
|
alt!(';') => Command::flip_selections,
|
||||||
key!('%') => Command::select_all,
|
key!('%') => Command::select_all,
|
||||||
key!('x') => Command::extend_line,
|
key!('x') => Command::extend_line,
|
||||||
key!('x') => Command::extend_line,
|
|
||||||
key!('X') => Command::extend_to_line_bounds,
|
key!('X') => Command::extend_to_line_bounds,
|
||||||
// crop_to_whole_line
|
// crop_to_whole_line
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue