Skip to content

Commit 58f7809

Browse files
author
Kenneth Söderlund
committed
Markdown: Fix missing newline segments
1 parent 84d82f8 commit 58f7809

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

changing-text.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Change whatever _movement_, e.g. a word (w), sentence (s) or paragraph (}): `c<m
2323
Change the current line from where you're at: `C`\
2424
Change up to the question mark: `ct?`\
2525
Substitute from where you are to the next command (noun): `s`\
26-
Substitute the entire current line: `S`
26+
Substitute the entire current line: `S`\
2727
Change the case of the character under your cursor: `~` (the tilde sign, works also on visual mode selected text)
2828

2929
## Basic options for deleting text

introduction.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Note that you can use the same set up for movement as well, e.g. move 3 words fo
4545

4646
## Working with your files
4747

48-
Open your _file_ in vim: `vim file`
49-
Write your changes to the file: `:w`
50-
Quit without saving: `:q!`
51-
Write your changes and exit vim: `:wq`
52-
Save your file as: `:saveas /path/where/to`
48+
Open your _file_ in vim: `vim file`\
49+
Write your changes to the file: `:w`\
50+
Quit without saving: `:q!`\
51+
Write your changes and exit vim: `:wq`\
52+
Save your file as: `:saveas /path/where/to`\
5353
Faster way to do `:wq`: `ZZ`
5454

5555
## Configuration

0 commit comments

Comments
 (0)