From aeee902ae96aec898eb550daab945bcbfc7c3f3c Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 19 Jun 2017 15:59:08 +0200 Subject: [PATCH] Add alternative solution to delete two lines --- db/seeds/intro-lesson.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seeds/intro-lesson.rb b/db/seeds/intro-lesson.rb index 27f02df..29c1790 100644 --- a/db/seeds/intro-lesson.rb +++ b/db/seeds/intro-lesson.rb @@ -42,7 +42,7 @@ "3e" => "Go to end of third word ahead", "d2w" => "Delete two words", "dd" => "Delete entire line", - "2dd" => "Delete two lines", + "2dd or dj" => "Delete two lines", "u" => "Undo last change", "U" => "Undo changes on entire line", "ctrl+r" => "Redo changes",