aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorCor2021-07-15 08:27:27 +0000
committerBlaž Hrastnik2021-07-15 14:25:00 +0000
commite2bcef718abfe9df8b3169e6017053506de5e1d1 (patch)
tree1df096d25354e2a60fd41051229ff76170f20c70 /helix-term
parent0b1ed8656db35397122c1c2779e31bf86e38c430 (diff)
Removed double entry of extend_line
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/src/keymap.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index d815e006..fe32e49f 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -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