Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/seeds/intro-lesson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ctrl+o" => "Jump to previous location (jump back)",
"ctrl+i" => "Jump to next location (jump forward)",
"%" => "Go to matching parentheses or brackets",
":%s/bad/good" => "Replace bad with good in current line",
":s/bad/good/g" => "Replace bad with good everywhere in current line",
":%s/hi/bye/g" => "Replace hi with bye in entire file",
":%s/x/y/gc" => "Replace x with y in entire file, prompt for changes",
}
Expand Down